]> granicus.if.org Git - clang/commit
Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] autorelease...
authorTed Kremenek <kremenek@apple.com>
Mon, 11 May 2009 15:26:06 +0000 (15:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 11 May 2009 15:26:06 +0000 (15:26 +0000)
commit95d3b90b57985361c7bac17c92daa96ee93895ed
treefc2d27cde785b4535346368629025ebfd26d1f00
parent2e7c6781652f2b0aafa0b95ab215a27ff8a84103
Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] autorelease]' would emit a false 'too many overreleases' error.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71432 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp
test/Analysis/NSString.m