aboutsummaryrefslogtreecommitdiff
path: root/lib/GR/SimpleConstraintManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GR/SimpleConstraintManager.cpp')
-rw-r--r--lib/GR/SimpleConstraintManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/GR/SimpleConstraintManager.cpp b/lib/GR/SimpleConstraintManager.cpp
index 83e7955878..f0d50da299 100644
--- a/lib/GR/SimpleConstraintManager.cpp
+++ b/lib/GR/SimpleConstraintManager.cpp
@@ -19,7 +19,7 @@
namespace clang {
-namespace GR {
+namespace ento {
SimpleConstraintManager::~SimpleConstraintManager() {}
@@ -298,6 +298,6 @@ const GRState *SimpleConstraintManager::assumeSymRel(const GRState *state,
} // end switch
}
-} // end of namespace GR
+} // end of namespace ento
} // end of namespace clang