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