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 921e61b commit 919e2e7Copy full SHA for 919e2e7
lib/AST/DiagnosticEngine.cpp
@@ -1313,6 +1313,7 @@ std::vector<Diagnostic> DiagnosticEngine::getGeneratedSourceBufferNotes(
1313
expansionNote.setLoc(origRange.Start);
1314
expansionNote.addRange(
1315
Lexer::getCharSourceRangeFromSourceRange(SourceMgr, origRange));
1316
+ expansionNote.setIsChildNote(true);
1317
childNotes.push_back(std::move(expansionNote));
1318
break;
1319
}
0 commit comments