]> granicus.if.org Git - clang/commit
[analyzer] Don't special-case ivars backing +0 properties.
authorJordan Rose <jordan_rose@apple.com>
Mon, 30 Mar 2015 20:17:47 +0000 (20:17 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 30 Mar 2015 20:17:47 +0000 (20:17 +0000)
commit9ad2cb71d0766bac9d089bd206deef149cadbc77
treecc514f7ab3589192bb86af9527023e98f32edbdf
parent70584084e5d9303c8253afc77866fa041a10697a
[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
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
test/Analysis/properties.m
test/Analysis/retain-release-path-notes.m