diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2012-01-03 18:45:41 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-01-03 18:45:41 +0000 |
| commit | 9d4d20af55180abca1ecbcebb0710b08d386d281 (patch) | |
| tree | cb6a5ca30248d4377164c3e9f1060adc052a9dc5 /clang/lib/Sema/AttributeList.cpp | |
| parent | 2007dc889249c19a6acc97a70604bea0b7f5f992 (diff) | |
| download | bcm5719-llvm-9d4d20af55180abca1ecbcebb0710b08d386d281.tar.gz bcm5719-llvm-9d4d20af55180abca1ecbcebb0710b08d386d281.zip | |
objc: introduce objc_suppress_autosynthesis class
attributes for later use.
llvm-svn: 147457
Diffstat (limited to 'clang/lib/Sema/AttributeList.cpp')
| -rw-r--r-- | clang/lib/Sema/AttributeList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/AttributeList.cpp b/clang/lib/Sema/AttributeList.cpp index 13a0edec28d..a8ccbb1f568 100644 --- a/clang/lib/Sema/AttributeList.cpp +++ b/clang/lib/Sema/AttributeList.cpp @@ -108,6 +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("pure", AT_pure) .Case("mode", AT_mode) .Case("used", AT_used) |

