]> granicus.if.org Git - clang/commit
Tweak the retain/release checker to not stop tracking retained objects when calling...
authorTed Kremenek <kremenek@apple.com>
Mon, 2 May 2011 21:21:42 +0000 (21:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 2 May 2011 21:21:42 +0000 (21:21 +0000)
commit9ca2851de4cc62ddd8466312603fe41bdac10eb5
treed93413330ec2cb7f67376119656c953ea3fa15c4
parent1a584022c86bd0778cf7ad1fbea08c78869cf216
Tweak the retain/release checker to not stop tracking retained objects when calling C++ methods.  This is a temporary solution to prune false positives until we have a general story using annotations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/CFRefCount.cpp
test/Analysis/retain-release.mm