From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- include/clang/Frontend/VerifyDiagnosticsClient.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/clang/Frontend/VerifyDiagnosticsClient.h') diff --git a/include/clang/Frontend/VerifyDiagnosticsClient.h b/include/clang/Frontend/VerifyDiagnosticsClient.h index 6f45e49..793cedd 100644 --- a/include/clang/Frontend/VerifyDiagnosticsClient.h +++ b/include/clang/Frontend/VerifyDiagnosticsClient.h @@ -68,7 +68,6 @@ public: llvm::OwningPtr PrimaryClient; llvm::OwningPtr Buffer; Preprocessor *CurrentPreprocessor; - unsigned NumErrors; private: void CheckDiagnostics(); @@ -88,9 +87,6 @@ public: virtual void HandleDiagnostic(Diagnostic::Level DiagLevel, const DiagnosticInfo &Info); - - /// HadErrors - Check if there were any mismatches in expected diagnostics. - bool HadErrors(); }; } // end namspace clang -- cgit v1.1