diff options
Diffstat (limited to 'lib/GR/BasicStore.cpp')
-rw-r--r-- | lib/GR/BasicStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/GR/BasicStore.cpp b/lib/GR/BasicStore.cpp index 1c8ab11a96..9eb8d79ce4 100644 --- a/lib/GR/BasicStore.cpp +++ b/lib/GR/BasicStore.cpp @@ -19,7 +19,7 @@ #include "llvm/ADT/ImmutableMap.h" using namespace clang; -using namespace GR; +using namespace ento; typedef llvm::ImmutableMap<const MemRegion*,SVal> BindingsTy; @@ -104,7 +104,7 @@ private: } // end anonymous namespace -StoreManager* GR::CreateBasicStoreManager(GRStateManager& StMgr) { +StoreManager* ento::CreateBasicStoreManager(GRStateManager& StMgr) { return new BasicStoreManager(StMgr); } |