Home
last modified time | relevance | path

Searched refs:errorColor (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable
706 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()