summaryrefslogtreecommitdiffstats
path: root/clang/lib/GR/Checkers/BasicObjCFoundationChecks.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-12-23 07:20:52 +0000
committerTed Kremenek <kremenek@apple.com>2010-12-23 07:20:52 +0000
commit98857c986078c6e6a10910628dbabf75ae735b76 (patch)
tree2788bc122f554e257e762a4ac7586d60b7d506d8 /clang/lib/GR/Checkers/BasicObjCFoundationChecks.h
parent528fad91d2b906a6a99ee34afa10843bdde5a3cf (diff)
downloadbcm5719-llvm-98857c986078c6e6a10910628dbabf75ae735b76.tar.gz
bcm5719-llvm-98857c986078c6e6a10910628dbabf75ae735b76.zip
Rename static analyzer namespace 'GR' to 'ento'.
llvm-svn: 122492
Diffstat (limited to 'clang/lib/GR/Checkers/BasicObjCFoundationChecks.h')
-rw-r--r--clang/lib/GR/Checkers/BasicObjCFoundationChecks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/GR/Checkers/BasicObjCFoundationChecks.h b/clang/lib/GR/Checkers/BasicObjCFoundationChecks.h
index 63143ebe252..f4966e8ae83 100644
--- a/clang/lib/GR/Checkers/BasicObjCFoundationChecks.h
+++ b/clang/lib/GR/Checkers/BasicObjCFoundationChecks.h
@@ -21,7 +21,7 @@ namespace clang {
class ASTContext;
class Decl;
-namespace GR {
+namespace ento {
class BugReporter;
class ExprEngine;
OpenPOWER on IntegriCloud