summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-01-03 18:45:41 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-01-03 18:45:41 +0000
commite23dcf3524fe01208cc79e707412f0a5dd8eed7b (patch)
tree768da1bb1093cbde7fb60a7ca725a62790e00470 /include/clang/Sema/AttributeList.h
parent94ad28b31433058445a27db722f60402ee820bea (diff)
objc: introduce objc_suppress_autosynthesis class
attributes for later use. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index 0c64e2c487..a0d7c4a565 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -169,6 +169,7 @@ public:
AT_analyzer_noreturn,
AT_annotate,
AT_arc_weakref_unavailable,
+ AT_objc_suppress_autosynthesis,
AT_availability, // Clang-specific
AT_base_check,
AT_blocks,