StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a...
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. llvm-svn: 60570
Showing
- clang/include/clang/Analysis/PathSensitive/GRState.h 6 additions, 6 deletionsclang/include/clang/Analysis/PathSensitive/GRState.h
- clang/include/clang/Analysis/PathSensitive/Store.h 10 additions, 5 deletionsclang/include/clang/Analysis/PathSensitive/Store.h
- clang/lib/Analysis/BasicStore.cpp 13 additions, 10 deletionsclang/lib/Analysis/BasicStore.cpp
- clang/lib/Analysis/GRState.cpp 7 additions, 7 deletionsclang/lib/Analysis/GRState.cpp
- clang/lib/Analysis/RegionStore.cpp 17 additions, 19 deletionsclang/lib/Analysis/RegionStore.cpp
Loading
Please register or sign in to comment