]> granicus.if.org Git - clang/commit
Objective-C ARC. Do not warn about properties with both
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 17 Jun 2014 23:35:13 +0000 (23:35 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 17 Jun 2014 23:35:13 +0000 (23:35 +0000)
commit96c7d0173a9110c73f63c2c121017cceff2fffc0
tree9dd4f8f53ca3eb1e392ccdda73bb122bbdaa66f8
parent9bef4617c65567453527b199f29b535e56677206
Objective-C ARC. Do not warn about properties with both
IBOutlet and weak attributes when accessed being
unpredictably set to nil because usage of such properties
are always single threaded and its ivar cannot be set
to nil asynchronously. // rdar://15885642

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211132 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/ScopeInfo.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaPseudoObject.cpp
test/SemaObjC/iboutlet.m