]> granicus.if.org Git - clang/commit
Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to the curre...
authorTed Kremenek <kremenek@apple.com>
Tue, 21 Oct 2008 15:53:15 +0000 (15:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 21 Oct 2008 15:53:15 +0000 (15:53 +0000)
commit6d34893fc886f4153f104de8880876764981cb7f
treee70fe5fe07f34057ce97acda2f887f20d1d72141
parente117d48049aea4e3abcc809070e62a1cbc1c4274
Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to the current autorelease pool).

Added initial code for tracking stack of autorelease pools.

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