]> granicus.if.org Git - clang/commit
[analyzer] Remove unnecessary code.
authorAnna Zaks <ganna@apple.com>
Fri, 24 Aug 2012 01:39:13 +0000 (01:39 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 24 Aug 2012 01:39:13 +0000 (01:39 +0000)
commit4f534e70b0922fa74d56022b71f0099d4b2c4e6b
treed546742852af24c1ce76e48370904d6e7de9af73
parente54778d77d4f2b2d006bdb7e16f49271e1e9d13d
[analyzer] Remove unnecessary code.

This code has been added a while ago and removing it does not trigger
any test failures. The false positives it was trying to suppress are
probably handled by other logic (ex: special handling of delegates).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp