]> granicus.if.org Git - clang/commit
[analyzer] Add an experimental ObjC direct ivar assignment checker.
authorAnna Zaks <ganna@apple.com>
Thu, 27 Sep 2012 19:45:15 +0000 (19:45 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 27 Sep 2012 19:45:15 +0000 (19:45 +0000)
commit88a83e3f3bade5497ff371ed5a570b83d9373e3a
tree04d4935345e69b33cbb7e6a5e5268630e796def2
parentad0ce53c8219456938405b84c5d13341a47e3d94
[analyzer] Add an experimental ObjC direct ivar assignment checker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp [new file with mode: 0644]
test/Analysis/objc-properties.m [new file with mode: 0644]