]> granicus.if.org Git - clang/commit
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRState* argum...
authorTed Kremenek <kremenek@apple.com>
Fri, 5 Dec 2008 00:47:52 +0000 (00:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 5 Dec 2008 00:47:52 +0000 (00:47 +0000)
commit2ed14beed7dcb46245328d72ac7011c92c1bd676
tree648920a505945b17474cd79c77d0c3527eca7fef
parent802db9b4d5fba62890447bea39d637896a920e44
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRState* argument instead of a Store.  This allows them to use the GDM for storing other data.

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