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

@@ -119,8 +119,7 @@ Action(llvm::cl::desc("Mode:"), llvm::cl::init(ActionType::None),
"Compare SDK content in json file"),
clEnumValN(ActionType::DiagnoseSDKs,
"diagnose-sdk",
"Diagnose SDK content in json file"),
clEnumValEnd));
"Diagnose SDK content in json file")));
static llvm::cl::list<std::string>
SDKJsonPaths("input-paths",