aboutsummaryrefslogtreecommitdiff
path: root/lib/GR/CoreEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GR/CoreEngine.cpp')
-rw-r--r--lib/GR/CoreEngine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/GR/CoreEngine.cpp b/lib/GR/CoreEngine.cpp
index a086c91235..3236b92378 100644
--- a/lib/GR/CoreEngine.cpp
+++ b/lib/GR/CoreEngine.cpp
@@ -25,11 +25,11 @@
using llvm::cast;
using llvm::isa;
using namespace clang;
-using namespace GR;
+using namespace ento;
// This should be removed in the future.
namespace clang {
-namespace GR {
+namespace ento {
TransferFuncs* MakeCFRefCountTF(ASTContext& Ctx, bool GCEnabled,
const LangOptions& lopts);
}