mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix the build.
This reverts commitb4cba58330. This reverts commita602927c75. This reverts commit55fbe5a763.
This commit is contained in:
@@ -431,6 +431,8 @@ StringRef Fix::getName(FixKind kind) {
|
||||
return "fix: force downcast";
|
||||
case FixKind::AddressOf:
|
||||
return "fix: add address-of";
|
||||
case FixKind::OptionalToBoolean:
|
||||
return "fix: convert optional to boolean";
|
||||
case FixKind::CoerceToCheckedCast:
|
||||
return "fix: as to as!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user