From fee2c8d814c0291c311b9f1e21a82ff237f5fff1 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 7 Oct 2013 20:56:34 +0000 Subject: Remove -ast-dump-xml. llvm-svn: 192131 --- clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp') diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index acda316..5192ea7 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -37,7 +37,6 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { switch (CI.getFrontendOpts().ProgramAction) { case ASTDeclList: return new ASTDeclListAction(); case ASTDump: return new ASTDumpAction(); - case ASTDumpXML: return new ASTDumpXMLAction(); case ASTPrint: return new ASTPrintAction(); case ASTView: return new ASTViewAction(); case DumpRawTokens: return new DumpRawTokensAction(); -- cgit v1.1