ABI Checker: use lower-cased decl keywords to be consistent with source. NFC

This commit is contained in:
Xi Ge
2020-09-11 23:30:26 -07:00
parent 7dcb0ea31a
commit 950eb74e67
7 changed files with 42 additions and 19 deletions

View File

@@ -154,6 +154,7 @@ struct CheckerOptions {
bool PrintModule;
bool SwiftOnly;
bool SkipOSCheck;
bool CompilerStyle;
bool Migrator;
StringRef LocationFilter;
std::vector<std::string> ToolArgs;