mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ABIChecker: diagnose removal of deprecated symbols by default
rdar://95385661
This commit is contained in:
@@ -157,6 +157,7 @@ struct CheckerOptions {
|
||||
bool PrintModule;
|
||||
bool SwiftOnly;
|
||||
bool SkipOSCheck;
|
||||
bool SkipRemoveDeprecatedCheck;
|
||||
bool CompilerStyle;
|
||||
bool Migrator;
|
||||
StringRef LocationFilter;
|
||||
|
||||
Reference in New Issue
Block a user