Skip to content

Commit d6a2910

Browse files
authored
Update DiagnosticVerifier.cpp
1 parent 2c2850d commit d6a2910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/DiagnosticVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ void DiagnosticVerifier::printRemainingDiagnostics() const {
755755

756756
SM.getLLVMSourceMgr().PrintMessage(
757757
llvm::errs(), getRawLoc(diag.Loc), SMKind,
758-
"diagnostic produced by elsewhere: " + diag.Message.str(),
758+
"diagnostic produced elsewhere: " + diag.Message.str(),
759759
/*Ranges=*/{}, {});
760760
}
761761
}

0 commit comments

Comments
 (0)