]> granicus.if.org Git - clang/commit
Remove reference to AnalysisContext in Environment. We already have LocationContext
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 5 Mar 2010 04:45:36 +0000 (04:45 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 5 Mar 2010 04:45:36 +0000 (04:45 +0000)
commitc179a7fbb294fe3ff6cf5479f6239a10f39628c7
tree1b7a5ec11a5f781c14dc6dcb4bf6fc109aa56e2f
parentfdf30aee637038bd89c42b04d912a04de4a59133
Remove reference to AnalysisContext in Environment. We already have LocationContext
information in ExplodedNode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97785 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/Environment.h
include/clang/Checker/PathSensitive/GRState.h
include/clang/Checker/PathSensitive/SymbolManager.h
lib/Checker/Environment.cpp
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp
lib/Checker/GRState.cpp
lib/Checker/SymbolManager.cpp