Skip to content

Commit 85d9445

Browse files
committed
Flush!
1 parent dbb4a43 commit 85d9445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Frontend/TextDiagnostic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ void TextDiagnostic::printDiagnosticMessage(raw_ostream &OS,
744744
if (ShowColors)
745745
OS.resetColor();
746746
OS << '\n';
747+
OS.flush();
747748
}
748749

749750
void TextDiagnostic::emitFilename(StringRef Filename, const SourceManager &SM) {

0 commit comments

Comments
 (0)