summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-01-04 23:51:09 +0000
committerTed Kremenek <kremenek@apple.com>2012-01-04 23:51:09 +0000
commit22f18fd72d1a2205afdfa6a975b75cd76ef40f3a (patch)
treeb9bf640e84f9377659574945d581164e2c5f5ab4 /include/clang/Sema/AttributeList.h
parente3659a78a96da3b9a5a90fa84c96078a84f0f3e3 (diff)
Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_synthesis'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index a0d7c4a565..1d0cfd1489 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -169,7 +169,7 @@ public:
AT_analyzer_noreturn,
AT_annotate,
AT_arc_weakref_unavailable,
- AT_objc_suppress_autosynthesis,
+ AT_objc_disable_automatic_synthesis,
AT_availability, // Clang-specific
AT_base_check,
AT_blocks,