mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[migrator] Add -warn-swift3-objc-inference to the new migrator fixit whitelist. Fixes test failure in Swift(macosx-x86_64).Migrator.objc_inference.swift
This commit is contained in:
@@ -101,7 +101,8 @@ struct FixitFilter {
|
||||
Info.ID == diag::deprecated_protocol_composition_single.ID ||
|
||||
Info.ID == diag::deprecated_any_composition.ID ||
|
||||
Info.ID == diag::deprecated_operator_body.ID ||
|
||||
Info.ID == diag::unbound_generic_parameter_explicit_fix.ID)
|
||||
Info.ID == diag::unbound_generic_parameter_explicit_fix.ID ||
|
||||
Info.ID == diag::objc_inference_swift3_addobjc.ID)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user