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

@@ -43,8 +43,7 @@ int apinotes_main(ArrayRef<const char *> Args) {
"binary-to-yaml",
"Convert binary format to YAML"),
clEnumValN(api_notes::ActionType::Dump,
"dump", "Parse and dump the output"),
clEnumValEnd),
"dump", "Parse and dump the output")),
cl::cat(APINotesCategory));
static cl::opt<std::string>