]> granicus.if.org Git - clang/commit
Add an ivar to SymbolReaper for the current statement, and then stop passing the...
authorJordy Rose <jediknil@belkadan.com>
Thu, 1 Jul 2010 20:09:55 +0000 (20:09 +0000)
committerJordy Rose <jediknil@belkadan.com>
Thu, 1 Jul 2010 20:09:55 +0000 (20:09 +0000)
commit7dadf79bd809cc01fe275f9a7243593bc2af5c10
treebfff7a4dd505379d788d9e9f99a3e05315e6474f
parent1619342d7ffcfdfd3e18b7c6da38d2bcbe2bb3f5
Add an ivar to SymbolReaper for the current statement, and then stop passing the current statement around everywhere. Preparation for symbolic extents.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107422 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang/Checker/PathSensitive/Checker.h
include/clang/Checker/PathSensitive/Environment.h
include/clang/Checker/PathSensitive/GRState.h
include/clang/Checker/PathSensitive/GRTransferFuncs.h
include/clang/Checker/PathSensitive/Store.h
include/clang/Checker/PathSensitive/SymbolManager.h
lib/Checker/BasicStore.cpp
lib/Checker/CFRefCount.cpp
lib/Checker/Environment.cpp
lib/Checker/FlatStore.cpp
lib/Checker/GRExprEngine.cpp
lib/Checker/GRState.cpp
lib/Checker/MallocChecker.cpp
lib/Checker/RegionStore.cpp
lib/Checker/SymbolManager.cpp