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)
commit9277ff426d39053dfc7c02aa441d9c99607fed13
tree01c2ed23e552f19753dd7c5f264deb7782623162
parentf6e456dd638741a180032de960b4fc60d31480a4
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

llvm-svn: 211132
clang/lib/Sema/ScopeInfo.cpp
clang/lib/Sema/SemaExprObjC.cpp
clang/lib/Sema/SemaPseudoObject.cpp
clang/test/SemaObjC/iboutlet.m