commit | 98857c986078c6e6a10910628dbabf75ae735b76 | [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 | 2788bc122f554e257e762a4ac7586d60b7d506d8 | |
parent | 528fad91d2b906a6a99ee34afa10843bdde5a3cf [diff] [blame] |
Rename static analyzer namespace 'GR' to 'ento'. llvm-svn: 122492
diff --git a/clang/lib/GR/CXXExprEngine.cpp b/clang/lib/GR/CXXExprEngine.cpp index b1111c9..eee90f2 100644 --- a/clang/lib/GR/CXXExprEngine.cpp +++ b/clang/lib/GR/CXXExprEngine.cpp
@@ -16,7 +16,7 @@ #include "clang/AST/DeclCXX.h" using namespace clang; -using namespace GR; +using namespace ento; namespace { class CallExprWLItem {