commit | 9ef6537a894c33003359b1f9b9676e9178e028b7 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Dec 23 07:20:52 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Dec 23 07:20:52 2010 +0000 |
tree | e210ece0b0b16a3f888b3caca7eb5505af1fc5c2 | |
parent | 51fbe2b76605b932f876e9850927d972580a294d [diff] [blame] |
Rename static analyzer namespace 'GR' to 'ento'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122492 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/GR/SimpleConstraintManager.cpp b/lib/GR/SimpleConstraintManager.cpp index 83e7955..f0d50da 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 @@ } // end switch } -} // end of namespace GR +} // end of namespace ento } // end of namespace clang