]> granicus.if.org Git - clang/commit
Objective-C arc: Improve disgnostics when 'weak'
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 24 Apr 2013 19:13:05 +0000 (19:13 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 24 Apr 2013 19:13:05 +0000 (19:13 +0000)
commit80abce3d1597edaf427f65ce15d8433f3f13315d
tree686452cd61fc7e2388f8d7173c6d4ff959796478
parente68cb08bd97c916edc907e59ca5ccdc5706a2b46
Objective-C arc: Improve disgnostics when 'weak'
property cannot be synthesized because its backing
ivar does not support weak references.
// rdar://13676793

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180211 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/arc-unavailable-for-weakref.m