diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-01-04 23:51:09 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-01-04 23:51:09 +0000 |
commit | dec9d12fc495e601094af682e9359ddd47d52e03 (patch) | |
tree | 5a50cf839f2676671df8aadabe56d7a713831e1a /clang/lib/Sema/AttributeList.cpp | |
parent | 778d2bb8d4a6b2b132ac74dcb23fe36186966b6a (diff) | |
download | bcm5719-llvm-dec9d12fc495e601094af682e9359ddd47d52e03.tar.gz bcm5719-llvm-dec9d12fc495e601094af682e9359ddd47d52e03.zip |
Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_synthesis'.
llvm-svn: 147567
Diffstat (limited to 'clang/lib/Sema/AttributeList.cpp')
-rw-r--r-- | clang/lib/Sema/AttributeList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/AttributeList.cpp b/clang/lib/Sema/AttributeList.cpp index a8ccbb1f568..6892ce2f790 100644 --- a/clang/lib/Sema/AttributeList.cpp +++ b/clang/lib/Sema/AttributeList.cpp @@ -108,7 +108,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) { .Case("weak", AT_weak) .Case("weakref", AT_weakref) .Case("objc_arc_weak_reference_unavailable", AT_arc_weakref_unavailable) - .Case("objc_suppress_autosynthesis", AT_objc_suppress_autosynthesis) + .Case("objc_disable_automatic_synthesis", AT_objc_disable_automatic_synthesis) .Case("pure", AT_pure) .Case("mode", AT_mode) .Case("used", AT_used) |