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 bb367c1 commit 21af511Copy full SHA for 21af511
clang/include/clang/AST/JSONNodeDumper.h
@@ -149,7 +149,7 @@ class JSONNodeDumper
149
void writeIncludeStack(PresumedLoc Loc, bool JustFirst = false);
150
151
// Writes the attributes of a SourceLocation object without.
152
- void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);
+ void writeBareSourceLocation(SourceLocation Loc);
153
154
// Writes the attributes of a SourceLocation to JSON based on its presumed
155
// spelling location. If the given location represents a macro invocation,
0 commit comments