mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Clang function types v2: Electric Boogaloo (parsing + printing)"
This commit is contained in:
committed by
GitHub
parent
2e7e81e22a
commit
e805fe486e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user