diff options
Diffstat (limited to 'include/clang/Frontend/TextDiagnosticPrinter.h')
-rw-r--r-- | include/clang/Frontend/TextDiagnosticPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/TextDiagnosticPrinter.h b/include/clang/Frontend/TextDiagnosticPrinter.h index d6aa6ea94c..4a748f39c4 100644 --- a/include/clang/Frontend/TextDiagnosticPrinter.h +++ b/include/clang/Frontend/TextDiagnosticPrinter.h @@ -29,7 +29,7 @@ class TextDiagnosticPrinter : public DiagnosticConsumer { FullSourceLoc LastLoc; FullSourceLoc LastIncludeLoc; - unsigned LastCaretDiagnosticWasNote : 1; + DiagnosticsEngine::Level LastLevel; unsigned OwnsOutputStream : 1; /// A string to prefix to error messages. |