mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ABIChecker: diagnose removal of deprecated symbols by default
rdar://95385661
This commit is contained in:
@@ -2554,6 +2554,7 @@ void swift::ide::api::dumpModuleContent(ModuleDecl *MD, StringRef OutputFile,
|
||||
opts.AvoidToolArgs = true;
|
||||
opts.Migrator = false;
|
||||
opts.SkipOSCheck = false;
|
||||
opts.SkipRemoveDeprecatedCheck = false;
|
||||
opts.Verbose = false;
|
||||
SDKContext ctx(opts);
|
||||
SwiftDeclCollector collector(ctx);
|
||||
|
||||
Reference in New Issue
Block a user