mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update for clang r283671: remove use of clEnumValEnd.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user