]> granicus.if.org Git - clang/commit
Migrate the retain/release checker to not manage the RefBindings::Factory object
authorTed Kremenek <kremenek@apple.com>
Sun, 17 Aug 2008 03:20:02 +0000 (03:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 17 Aug 2008 03:20:02 +0000 (03:20 +0000)
commitb9d17f9384651d1052a17978d2e160448bfad404
treeb67514433ba4270f19e81e209f33e9c474cd3345
parente96de3e9134bee666f5cb1f5127b95e1c48c5bc2
Migrate the retain/release checker to not manage the RefBindings::Factory object
directly, but instead have GRStateManager manage it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54862 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/GRState.h
include/clang/Analysis/PathSensitive/GRStateTrait.h
lib/Analysis/CFRefCount.cpp