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.
2 parents d3461e1 + 5e54eb1 commit 1a5a8ddCopy full SHA for 1a5a8dd
unittests/AST/DiagnosticConsumerTests.cpp
@@ -50,7 +50,7 @@ namespace {
50
}
51
};
52
53
- DiagnosticInfo testDiagnosticInfo(SourceLoc Loc, std::string Message,
+ DiagnosticInfo testDiagnosticInfo(SourceLoc Loc, const char *Message,
54
DiagnosticKind Kind) {
55
return DiagnosticInfo(DiagID(0), Loc, Kind, Message, /*args*/ {},
56
/*indirectBuffer*/ SourceLoc(), /*childInfo*/ {},
0 commit comments