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.
1 parent 2d4d9eb commit 9909478Copy full SHA for 9909478
include/swift/Migrator/FixitFilter.h
@@ -118,7 +118,9 @@ struct FixitFilter {
118
Info.ID == diag::objc_inference_swift3_addobjc.ID ||
119
Info.ID == diag::objc_inference_swift3_dynamic.ID ||
120
Info.ID == diag::override_swift3_objc_inference.ID ||
121
- Info.ID == diag::objc_inference_swift3_objc_derived.ID)
+ Info.ID == diag::objc_inference_swift3_objc_derived.ID ||
122
+ Info.ID == diag::missing_several_cases.ID ||
123
+ Info.ID == diag::missing_particular_case.ID)
124
return true;
125
126
return false;
0 commit comments