We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee75794 commit 4682208Copy full SHA for 4682208
llvm/include/llvm/Support/JSON.h
@@ -714,7 +714,7 @@ class ParseError : public llvm::ErrorInfo<ParseError> {
714
/// J.attribute("timestamp", int64_t(E.Time));
715
/// J.attributeArray("participants", [&] {
716
/// for (const Participant &P : E.Participants)
717
-/// J.string(P.toString());
+/// J.value(P.toString());
718
/// });
719
720
0 commit comments