ABIChecker: diagnose removal of deprecated symbols by default

rdar://95385661
This commit is contained in:
Xi Ge
2022-06-17 10:37:23 -07:00
parent 4606c9f3ae
commit 2fba124779
4 changed files with 12 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ struct CheckerOptions {
bool PrintModule;
bool SwiftOnly;
bool SkipOSCheck;
bool SkipRemoveDeprecatedCheck;
bool CompilerStyle;
bool Migrator;
StringRef LocationFilter;