summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2011-07-06 19:24:05 +0000
committerFariborz Jahanian <fjahanian@apple.com>2011-07-06 19:24:05 +0000
commit742352a3984aeef9ecf911be23e673e97b34595f (patch)
tree4f141cec6da088938a8f01c536576bc6ad254f33 /include/clang/Sema/AttributeList.h
parentc41b878b24bf9619d5351b05d7088221dfbe9447 (diff)
objc-arc: Support objc_arc_weak_unavailable on those
classes which are incompatible with weak references. // rdar://9693477 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index d34d7f584c..4e6a0dfd4b 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -243,6 +243,7 @@ public:
AT_weak,
AT_weak_import,
AT_weakref,
+ AT_arc_weakref_unavailable,
IgnoredAttribute,
UnknownAttribute
};