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/ManagerRegistry.cpp b/lib/GR/ManagerRegistry.cpp index ab3a0a1..4058c11 100644 --- a/lib/GR/ManagerRegistry.cpp +++ b/lib/GR/ManagerRegistry.cpp
@@ -14,7 +14,7 @@ #include "clang/GR/ManagerRegistry.h" using namespace clang; -using namespace GR; +using namespace ento; StoreManagerCreator ManagerRegistry::StoreMgrCreator = 0;