]> granicus.if.org Git - clang/commit
Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulate the...
authorTed Kremenek <kremenek@apple.com>
Sun, 2 Aug 2009 04:45:08 +0000 (04:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 2 Aug 2009 04:45:08 +0000 (04:45 +0000)
commit2f26bc39f3b7bc93b9fdfbb79751b25704e5fdc6
treed9f21675f4d1f4805d13eb0ce1252fff9d18c94e
parent26fb937145f32221bb8b4e1119b122396c2ac1ce
Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulate the entire GRState, not just the Store.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77870 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