summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool
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/FrontendTool
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/FrontendTool')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index 84bebf55262..ae6194beb85 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -80,7 +80,7 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
case RewriteMacros: return new RewriteMacrosAction();
case RewriteObjC: return new RewriteObjCAction();
case RewriteTest: return new RewriteTestAction();
- case RunAnalysis: return new GR::AnalysisAction();
+ case RunAnalysis: return new ento::AnalysisAction();
case RunPreprocessorOnly: return new PreprocessOnlyAction();
}
}
OpenPOWER on IntegriCloud