]> granicus.if.org Git - clang/commit
retain/release checker: Refactor the guts of getClassMethodSummary to not depend
authorTed Kremenek <kremenek@apple.com>
Wed, 29 Apr 2009 00:42:39 +0000 (00:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 29 Apr 2009 00:42:39 +0000 (00:42 +0000)
commitfcd7c6fc67570b906f06cd5ef606ca571ef5779a
tree65ee2613cb8205ae8895b13d25ecb7fe469b87b5
parentfde52c92b1a4973fa95322f1992a1388d3d94766
retain/release checker: Refactor the guts of getClassMethodSummary to not depend
on ObjCMessageExpr. This will enable us to use it elsewhere. This should not
change any functionality.

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