]> granicus.if.org Git - clang/commit
Add a callback for when region changes occur. Still somewhat of a work-in-progress...
authorJordy Rose <jediknil@belkadan.com>
Sat, 14 Aug 2010 20:44:32 +0000 (20:44 +0000)
committerJordy Rose <jediknil@belkadan.com>
Sat, 14 Aug 2010 20:44:32 +0000 (20:44 +0000)
commitc2b7dfaad674587cfd220ff447b3710d252130c3
tree33acc51e00745e3fb3142c17dc06ebb0becf87f9
parent873f3dea543715aac15f2d13bf4d3c26fbf4a5bf
Add a callback for when region changes occur. Still somewhat of a work-in-progress, but working! Effect on clients: all changes to a store now go through GRState.

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