diff options
Diffstat (limited to 'clang/lib/GR/SimpleSValBuilder.cpp')
| -rw-r--r-- | clang/lib/GR/SimpleSValBuilder.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/GR/SimpleSValBuilder.cpp b/clang/lib/GR/SimpleSValBuilder.cpp index 2fc2347608c..bcd303e8fbd 100644 --- a/clang/lib/GR/SimpleSValBuilder.cpp +++ b/clang/lib/GR/SimpleSValBuilder.cpp @@ -15,7 +15,7 @@ #include "clang/GR/PathSensitive/GRState.h" using namespace clang; -using namespace GR; +using namespace ento; namespace { class SimpleSValBuilder : public SValBuilder { @@ -47,9 +47,9 @@ public: }; } // end anonymous namespace -SValBuilder *GR::createSimpleSValBuilder(llvm::BumpPtrAllocator &alloc, - ASTContext &context, - GRStateManager &stateMgr) { +SValBuilder *ento::createSimpleSValBuilder(llvm::BumpPtrAllocator &alloc, + ASTContext &context, + GRStateManager &stateMgr) { return new SimpleSValBuilder(alloc, context, stateMgr); } |

