diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-01-04 22:29:28 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-01-04 22:29:28 +0000 |
commit | fe40bf8276b8989cacd39e15f8b393fd0661915a (patch) | |
tree | eed20974e2ea35ccd332a58576f10cbe01a3763d /include/clang | |
parent | d2d2088c569a15c8ad75e70f995ff5a879f4fc49 (diff) |
Support __has_attribute for objc_suppress_autosynthesis
which is automatic with proper spelling :).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Basic/Attr.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/Attr.td b/include/clang/Basic/Attr.td index bf9a6ce147..0302c5e3fd 100644 --- a/include/clang/Basic/Attr.td +++ b/include/clang/Basic/Attr.td @@ -525,7 +525,7 @@ def ArcWeakrefUnavailable : InheritableAttr { } def ObjCSuppressAutosynthesis : InheritableAttr { - let Spellings = ["objc_suppress_autosynhesis"]; + let Spellings = ["objc_suppress_autosynthesis"]; } def Unused : InheritableAttr { |