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