Update for clang r283671: remove use of clEnumValEnd.

This commit is contained in:
Bob Wilson
2016-10-13 23:04:14 -07:00
parent 8e3226096e
commit 9cc68d6c9f
9 changed files with 11 additions and 20 deletions

View File

@@ -54,8 +54,7 @@ Action(llvm::cl::desc("Mode:"),
"Dump the field reflection section"),
clEnumValN(ActionType::DumpTypeLowering,
"dump-type-lowering",
"Dump the field layout for typeref strings read from stdin"),
clEnumValEnd),
"Dump the field layout for typeref strings read from stdin")),
llvm::cl::init(ActionType::DumpReflectionSections));
static llvm::cl::list<std::string>