diff options
Diffstat (limited to 'clang/Driver/TextDiagnostics.h')
-rw-r--r-- | clang/Driver/TextDiagnostics.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/Driver/TextDiagnostics.h b/clang/Driver/TextDiagnostics.h index 82ea11661f0..9b8d9fb27db 100644 --- a/clang/Driver/TextDiagnostics.h +++ b/clang/Driver/TextDiagnostics.h @@ -34,8 +34,7 @@ public: void setHeaderSearch(HeaderSearch &HS) { TheHeaderSearch = &HS; } - virtual bool IgnoreDiagnostic(Diagnostic::Level Level, - FullSourceLoc Pos); + virtual bool isInSystemHeader(FullSourceLoc Pos) const; virtual void HandleDiagnostic(Diagnostic &Diags, Diagnostic::Level DiagLevel, FullSourceLoc Pos, |