aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/CommentDiagnostic.h')
-rw-r--r--include/clang/AST/CommentDiagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/CommentDiagnostic.h b/include/clang/AST/CommentDiagnostic.h
index 6e89410579..312da065ff 100644
--- a/include/clang/AST/CommentDiagnostic.h
+++ b/include/clang/AST/CommentDiagnostic.h
@@ -16,7 +16,7 @@ namespace clang {
namespace diag {
enum {
#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
- SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
+ SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
#define COMMENTSTART
#include "clang/Basic/DiagnosticCommentKinds.inc"
#undef DIAG