summaryrefslogtreecommitdiff
path: root/include/clang/Driver/DriverDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/DriverDiagnostic.h')
-rw-r--r--include/clang/Driver/DriverDiagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/DriverDiagnostic.h b/include/clang/Driver/DriverDiagnostic.h
index 844f918c1b2e9..ea7b52f9cb726 100644
--- a/include/clang/Driver/DriverDiagnostic.h
+++ b/include/clang/Driver/DriverDiagnostic.h
@@ -16,7 +16,7 @@ namespace clang {
namespace diag {
enum {
#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
- SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
+ SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
#define DRIVERSTART
#include "clang/Basic/DiagnosticDriverKinds.inc"
#undef DIAG