[AST] Add printing for Clang function types in the AST.

This commit is contained in:
Varun Gandhi
2019-12-12 17:54:42 -08:00
parent afc6332289
commit 96604470ae
17 changed files with 160 additions and 14 deletions

View File

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