Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch.
llvm-svn: 134649
This commit is contained in:
@@ -361,7 +361,6 @@ static const char *getActionName(frontend::ActionKind Kind) {
|
||||
case frontend::ASTDumpXML: return "-ast-dump-xml";
|
||||
case frontend::ASTPrint: return "-ast-print";
|
||||
case frontend::ASTView: return "-ast-view";
|
||||
case frontend::BoostCon: return "-boostcon";
|
||||
case frontend::CreateModule: return "-create-module";
|
||||
case frontend::DumpRawTokens: return "-dump-raw-tokens";
|
||||
case frontend::DumpTokens: return "-dump-tokens";
|
||||
@@ -1149,8 +1148,6 @@ static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args,
|
||||
Opts.ProgramAction = frontend::ASTPrint; break;
|
||||
case OPT_ast_view:
|
||||
Opts.ProgramAction = frontend::ASTView; break;
|
||||
case OPT_boostcon:
|
||||
Opts.ProgramAction = frontend::BoostCon; break;
|
||||
case OPT_dump_raw_tokens:
|
||||
Opts.ProgramAction = frontend::DumpRawTokens; break;
|
||||
case OPT_dump_tokens:
|
||||
|
||||
Reference in New Issue
Block a user