summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngine.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-08-25 19:33:03 +0000
committerTed Kremenek <kremenek@apple.com>2008-08-25 19:33:03 +0000
commit2a2c875b9cf2fa408e1997684f84d439feeec0bb (patch)
tree19e515def4ca7569f347f605c7c905e727329b93 /clang/lib/Analysis/GRExprEngine.cpp
parent17d5be2d0a42c93ef6e615bf0fba855df046f99e (diff)
downloadbcm5719-llvm-2a2c875b9cf2fa408e1997684f84d439feeec0bb.tar.gz
bcm5719-llvm-2a2c875b9cf2fa408e1997684f84d439feeec0bb.zip
Added 'extents' for Regions.
Added 'getExtent()' to StoreManager. Implemented 'getExtent()' for BasicStoreManager. llvm-svn: 55321
Diffstat (limited to 'clang/lib/Analysis/GRExprEngine.cpp')
-rw-r--r--clang/lib/Analysis/GRExprEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp
index 93ea5251e8f..a14695d67e8 100644
--- a/clang/lib/Analysis/GRExprEngine.cpp
+++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -120,7 +120,7 @@ GRExprEngine::GRExprEngine(CFG& cfg, Decl& CD, ASTContext& Ctx,
G(CoreEngine.getGraph()),
Liveness(L),
Builder(NULL),
- StateMgr(G.getContext(), CreateBasicStoreManager(G.getAllocator()),
+ StateMgr(G.getContext(), CreateBasicStoreManager(G.getAllocator(), Ctx),
G.getAllocator(), G.getCFG(), L),
SymMgr(StateMgr.getSymbolManager()),
CurrentStmt(NULL),
OpenPOWER on IntegriCloud