We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d073929 + a9825bb commit 077340aCopy full SHA for 077340a
include/swift/Migrator/FixitFilter.h
@@ -101,7 +101,8 @@ struct FixitFilter {
101
Info.ID == diag::deprecated_protocol_composition_single.ID ||
102
Info.ID == diag::deprecated_any_composition.ID ||
103
Info.ID == diag::deprecated_operator_body.ID ||
104
- Info.ID == diag::unbound_generic_parameter_explicit_fix.ID)
+ Info.ID == diag::unbound_generic_parameter_explicit_fix.ID ||
105
+ Info.ID == diag::objc_inference_swift3_addobjc.ID)
106
return true;
107
108
return false;
0 commit comments