summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-01-05 22:47:47 +0000
committerTed Kremenek <kremenek@apple.com>2012-01-05 22:47:47 +0000
commit71207fc0470e1eee40a2951cd5cc3ff47725b755 (patch)
tree681ff1ac34697a384ae49762a00469de21d4b9c1 /include/clang/Sema/AttributeList.h
parent6aeaa60217e1ed11a621409acf1b53df0d14b591 (diff)
After further discussion, rename attribute 'objc_disable_automatic_synthesis' to 'objc_requires_property_definitions'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147622 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 1d0cfd1489..a54c1828ae 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_disable_automatic_synthesis,
+ AT_objc_requires_property_definitions,
AT_availability, // Clang-specific
AT_base_check,
AT_blocks,