summaryrefslogtreecommitdiff
path: root/include/clang/Analysis/AnalysisDiagnostic.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-16 05:52:14 +0000
committerChris Lattner <sabre@nondot.org>2009-04-16 05:52:14 +0000
commit19cbb44e3c4f2181dafa2ab92d3e3a26619b71d9 (patch)
tree1f061bde65056d5cace4be1cc21f3783920ab8a4 /include/clang/Analysis/AnalysisDiagnostic.h
parentd51d74a3e89c5e5fc9bfd2814996a5feab6dc932 (diff)
downloadclang-19cbb44e3c4f2181dafa2ab92d3e3a26619b71d9.tar.gz
tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/AnalysisDiagnostic.h')
-rw-r--r--include/clang/Analysis/AnalysisDiagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/AnalysisDiagnostic.h b/include/clang/Analysis/AnalysisDiagnostic.h
index e5a1c94efc..e82dc9ed9f 100644
--- a/include/clang/Analysis/AnalysisDiagnostic.h
+++ b/include/clang/Analysis/AnalysisDiagnostic.h
@@ -15,7 +15,7 @@
namespace clang {
namespace diag {
enum {
-#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC) ENUM,
+#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP) ENUM,
#define ANALYSISSTART
#include "clang/Basic/DiagnosticAnalysisKinds.inc"
#undef DIAG