]> granicus.if.org Git - clang/commit
StoreManager::RemoveDeadBindings() can take a Store instead of an entire GRState...
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 15 Aug 2010 12:45:09 +0000 (12:45 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 15 Aug 2010 12:45:09 +0000 (12:45 +0000)
commit5e4cb347cbf12c292b80386c872e5eaef21b5c23
tree4655b61acef9e261b15a6ef4e57f68fe49a9dd66
parentc83d2d7d8914a0fe00d679a262f2bdae7689f16d
StoreManager::RemoveDeadBindings() can take a Store instead of an entire GRState now.

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