Revert "Clang function types v2: Electric Boogaloo (parsing + printing)"

This commit is contained in:
Saleem Abdulrasool
2020-01-06 16:26:08 -08:00
committed by GitHub
parent 2e7e81e22a
commit e805fe486e
22 changed files with 22 additions and 276 deletions

View File

@@ -440,7 +440,7 @@ bool swift::emitSwiftInterface(raw_ostream &out,
printImports(out, M);
const PrintOptions printOptions = PrintOptions::printSwiftInterfaceFile(
Opts.PreserveTypesAsWritten, Opts.PrintFullConvention);
Opts.PreserveTypesAsWritten);
InheritedProtocolCollector::PerTypeMap inheritedProtocolMap;
SmallVector<Decl *, 16> topLevelDecls;