forked from OSchip/llvm-project
parent
8b00dcb03b
commit
6849652cf8
|
@ -1059,7 +1059,7 @@ void TextDiagnosticPrinter::EmitDiagnosticLoc(DiagnosticsEngine::Level Level,
|
|||
OS << ' ';
|
||||
}
|
||||
|
||||
static void PrintDiagnosticLevel(raw_ostream& OS,
|
||||
static void PrintDiagnosticLevel(raw_ostream &OS,
|
||||
DiagnosticsEngine::Level Level,
|
||||
bool ShowColors) {
|
||||
if (ShowColors) {
|
||||
|
|
Loading…
Reference in New Issue