[analyzer] Don't special-case ivars backing +0 properties.
Give up this checking in order to continue tracking that these values came from direct ivar access, which will be important in the next commit. Part of rdar://problem/20335433 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233591 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp 1 addition, 82 deletionslib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
- test/Analysis/properties.m 6 additions, 6 deletionstest/Analysis/properties.m
- test/Analysis/retain-release-path-notes.m 5 additions, 299 deletionstest/Analysis/retain-release-path-notes.m
Loading
Please register or sign in to comment