From ca08fba4141f1d3ae6193b3c81fb6ba8fb10d7dc Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 22 Dec 2010 18:53:20 +0000 Subject: [analyzer] Refactoring: Move stuff into namespace 'GR'. llvm-svn: 122423 --- clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/FrontendTool') diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index ed9ff7591f5..84bebf55262 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 AnalysisAction(); + case RunAnalysis: return new GR::AnalysisAction(); case RunPreprocessorOnly: return new PreprocessOnlyAction(); } } -- cgit v1.2.3