aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Frontend/FrontendDiagnostic.h')
-rw-r--r--include/clang/Frontend/FrontendDiagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/FrontendDiagnostic.h b/include/clang/Frontend/FrontendDiagnostic.h
index 61ad22cabb0d..2efbc818de1b 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,DEFAULT_MAPPING,DESC,GROUP,SFINAE,CATEGORY) ENUM,
+#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,SFINAE,ACCESS,CATEGORY) ENUM,
#define FRONTENDSTART
#include "clang/Basic/DiagnosticFrontendKinds.inc"
#undef DIAG