diff options
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, |

