diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-15 16:44:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-15 16:44:12 +0000 |
commit | 4ac072aceb9c68f7a023050e2ab9ccacb4fe6e5b (patch) | |
tree | d576b557590d73775d179045e0a38ae8e027fee2 /include/clang/Frontend/FrontendDiagnostic.h | |
parent | 41c6c46fe2b660833821067de9350e0ecd509749 (diff) |
Tblgen now passes the default mapping explicitly, instead of having it
be tied to the diag class. This requires an LLVM tree update.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/FrontendDiagnostic.h')
-rw-r--r-- | include/clang/Frontend/FrontendDiagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/FrontendDiagnostic.h b/include/clang/Frontend/FrontendDiagnostic.h index 9b405d00cd..8b57f1c9af 100644 --- a/include/clang/Frontend/FrontendDiagnostic.h +++ b/include/clang/Frontend/FrontendDiagnostic.h @@ -15,7 +15,7 @@ namespace clang { namespace diag { enum { -#define DIAG(ENUM,FLAGS,DESC) ENUM, +#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC) ENUM, #define FRONTENDSTART #include "clang/Basic/DiagnosticFrontendKinds.inc" #undef DIAG |