diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-11-30 22:53:43 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-11-30 22:53:43 +0000 |
| commit | 4431a1b19b7dacd0937921f0eac8c9ff382387e0 (patch) | |
| tree | b374dce8fd1f9b888b509776d8f9e419d0d41000 /clang/Driver/TextDiagnosticPrinter.h | |
| parent | 7a9a38abe026a976a34507698735532a36f0cd44 (diff) | |
| download | bcm5719-llvm-4431a1b19b7dacd0937921f0eac8c9ff382387e0.tar.gz bcm5719-llvm-4431a1b19b7dacd0937921f0eac8c9ff382387e0.zip | |
start partitioning the diagnostics into two classes: those
that are builtin and those that are aren't. This is a bunch
of API refactoring that will make this possible, but there is
no functionality change yet.
llvm-svn: 44473
Diffstat (limited to 'clang/Driver/TextDiagnosticPrinter.h')
| -rw-r--r-- | clang/Driver/TextDiagnosticPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/TextDiagnosticPrinter.h b/clang/Driver/TextDiagnosticPrinter.h index 3df38c9d42f..beb9d808e99 100644 --- a/clang/Driver/TextDiagnosticPrinter.h +++ b/clang/Driver/TextDiagnosticPrinter.h @@ -32,7 +32,7 @@ public: std::string &CaratLine, const std::string &SourceLine); - virtual void HandleDiagnostic(Diagnostic::Level DiagLevel, + virtual void HandleDiagnostic(Diagnostic &Diags, Diagnostic::Level DiagLevel, SourceLocation Pos, diag::kind ID, const std::string *Strs, unsigned NumStrs, |

