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
Showing
- lib/Sema/ScopeInfo.cpp 8 additions, 2 deletionslib/Sema/ScopeInfo.cpp
- lib/Sema/SemaExprObjC.cpp 8 additions, 1 deletionlib/Sema/SemaExprObjC.cpp
- lib/Sema/SemaPseudoObject.cpp 14 additions, 7 deletionslib/Sema/SemaPseudoObject.cpp
- test/SemaObjC/iboutlet.m 14 additions, 2 deletionstest/SemaObjC/iboutlet.m
Loading
Please register or sign in to comment