Fix the build.

This reverts commit b4cba58330.
This reverts commit a602927c75.
This reverts commit 55fbe5a763.
This commit is contained in:
Michael Gottesman
2016-07-17 16:17:05 -07:00
parent b4cba58330
commit dc24c2bd34
26 changed files with 339 additions and 103 deletions

View File

@@ -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!";
}