Merge remote-tracking branch 'origin/master' into master-rebranch

This commit is contained in:
swift_jenkins
2020-08-28 11:08:22 -07:00
72 changed files with 1216 additions and 614 deletions

View File

@@ -3927,6 +3927,10 @@ public:
llvm_unreachable("should not serialize an invalid type");
}
void visitHoleType(const HoleType *) {
llvm_unreachable("should not serialize an invalid type");
}
void visitModuleType(const ModuleType *) {
llvm_unreachable("modules are currently not first-class values");
}