diff options
Diffstat (limited to 'clang/lib/Driver/TextDiagnosticBuffer.cpp')
-rw-r--r-- | clang/lib/Driver/TextDiagnosticBuffer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Driver/TextDiagnosticBuffer.cpp b/clang/lib/Driver/TextDiagnosticBuffer.cpp index 1df93750f0d..26ac879dd04 100644 --- a/clang/lib/Driver/TextDiagnosticBuffer.cpp +++ b/clang/lib/Driver/TextDiagnosticBuffer.cpp @@ -14,7 +14,8 @@ #include "clang/Driver/TextDiagnosticBuffer.h" using namespace clang; -/// HandleDiagnostic - Store the errors & warnings that are reported. +/// HandleDiagnostic - Store the errors, warnings, and notes that are +/// reported. /// void TextDiagnosticBuffer::HandleDiagnostic(Diagnostic &Diags, Diagnostic::Level Level, |