diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-14 12:00:12 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-14 12:00:12 +0000 |
commit | 3801d71fbeb6e74a22cdd6a858e10d887bc29c7a (patch) | |
tree | 1dc0da8d1326cd580067b5d6a38aac96b1da2ee0 /include/clang/Analysis/AnalysisDiagnostic.h | |
parent | f4dc83c6377fc14d230ccc3e82dc24d03b14f725 (diff) | |
download | clang-3801d71fbeb6e74a22cdd6a858e10d887bc29c7a.tar.gz |
Switch diagnostics from .def to tablegen files. Please validate the Windows build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/AnalysisDiagnostic.h')
-rw-r--r-- | include/clang/Analysis/AnalysisDiagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/AnalysisDiagnostic.h b/include/clang/Analysis/AnalysisDiagnostic.h index f01170a925..e7f5ad84f8 100644 --- a/include/clang/Analysis/AnalysisDiagnostic.h +++ b/include/clang/Analysis/AnalysisDiagnostic.h @@ -17,7 +17,7 @@ namespace clang { enum { #define DIAG(ENUM,FLAGS,DESC) ENUM, #define ANALYSISSTART -#include "clang/Basic/DiagnosticAnalysisKinds.def" +#include "clang/Basic/DiagnosticAnalysisKinds.inc" #undef DIAG NUM_BUILTIN_ANALYSIS_DIAGNOSTICS }; |