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/GRState.cpp b/clang/lib/GR/GRState.cpp index 3a4c15a..e531cc9 100644 --- a/clang/lib/GR/GRState.cpp +++ b/clang/lib/GR/GRState.cpp
@@ -19,7 +19,7 @@ #include "llvm/Support/raw_ostream.h" using namespace clang; -using namespace GR; +using namespace ento; // Give the vtable for ConstraintManager somewhere to live. // FIXME: Move this elsewhere.