aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/AttributeList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Parse/AttributeList.h')
-rw-r--r--include/clang/Parse/AttributeList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/AttributeList.h b/include/clang/Parse/AttributeList.h
index 6453679241..63318dbcb4 100644
--- a/include/clang/Parse/AttributeList.h
+++ b/include/clang/Parse/AttributeList.h
@@ -52,6 +52,7 @@ public:
AT_fastcall,
AT_format,
AT_malloc,
+ AT_mode,
AT_noinline,
AT_nonnull,
AT_noreturn,