"README.md" did not exist on "0e7d7283274e30456c2cd5aac4ccb89b9f9509ec"
Add a callback for when region changes occur. Still somewhat of a...
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. llvm-svn: 111078
Showing
- clang/include/clang/Checker/PathSensitive/Checker.h 10 additions, 0 deletionsclang/include/clang/Checker/PathSensitive/Checker.h
- clang/include/clang/Checker/PathSensitive/GRExprEngine.h 12 additions, 1 deletionclang/include/clang/Checker/PathSensitive/GRExprEngine.h
- clang/include/clang/Checker/PathSensitive/GRState.h 42 additions, 9 deletionsclang/include/clang/Checker/PathSensitive/GRState.h
- clang/include/clang/Checker/PathSensitive/GRSubEngine.h 20 additions, 3 deletionsclang/include/clang/Checker/PathSensitive/GRSubEngine.h
- clang/include/clang/Checker/PathSensitive/Store.h 23 additions, 2 deletionsclang/include/clang/Checker/PathSensitive/Store.h
- clang/lib/Checker/BasicStore.cpp 11 additions, 6 deletionsclang/lib/Checker/BasicStore.cpp
- clang/lib/Checker/FlatStore.cpp 7 additions, 6 deletionsclang/lib/Checker/FlatStore.cpp
- clang/lib/Checker/GRExprEngine.cpp 69 additions, 0 deletionsclang/lib/Checker/GRExprEngine.cpp
- clang/lib/Checker/RegionStore.cpp 18 additions, 5 deletionsclang/lib/Checker/RegionStore.cpp
Loading
Please register or sign in to comment