summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticIDs.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-09-29 00:34:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-09-29 00:34:06 +0000
commit4213df3b5da21ce25a4541ca5c447eeb28b515a3 (patch)
treee04bf4bbb8eed04bead215e3abbbb3e11c389bf5 /include/clang/Basic/DiagnosticIDs.h
parentaa2164cc2aecafb9efbddd72e6f25cea4995b330 (diff)
downloadclang-4213df3b5da21ce25a4541ca5c447eeb28b515a3.tar.gz
clang-4213df3b5da21ce25a4541ca5c447eeb28b515a3.tar.bz2
clang-4213df3b5da21ce25a4541ca5c447eeb28b515a3.tar.xz
Basic/Diagnostics: Split out the default warning "no-Werror" and
"show-in-system-header" bits, which is part of teasing them apart from the diagnostic mapping kind. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticIDs.h')
-rw-r--r--include/clang/Basic/DiagnosticIDs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticIDs.h b/include/clang/Basic/DiagnosticIDs.h
index 1169f9ce3f..d014662e3e 100644
--- a/include/clang/Basic/DiagnosticIDs.h
+++ b/include/clang/Basic/DiagnosticIDs.h
@@ -44,7 +44,7 @@ namespace clang {
// Get typedefs for common diagnostics.
enum {
#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
- SFINAE,ACCESS,CATEGORY,BRIEF,FULL) ENUM,
+ SFINAE,ACCESS,CATEGORY,NOWERROR,SHOWINSYSHEADER,BRIEF,FULL) ENUM,
#include "clang/Basic/DiagnosticCommonKinds.inc"
NUM_BUILTIN_COMMON_DIAGNOSTICS
#undef DIAG