From 9ef6537a894c33003359b1f9b9676e9178e028b7 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 23 Dec 2010 07:20:52 +0000 Subject: Rename static analyzer namespace 'GR' to 'ento'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122492 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/GR/SimpleConstraintManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/GR/SimpleConstraintManager.cpp') 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 -- cgit v1.2.3-70-g09d2