Merge pull request #33085 from varungandhi-apple/vg-clang-types-in-sil-retry

Propagate Clang function types through SIL
This commit is contained in:
Varun Gandhi
2020-09-22 08:48:34 -07:00
committed by GitHub
38 changed files with 685 additions and 336 deletions

View File

@@ -681,8 +681,7 @@ public:
/// \param Opts The SIL options, used to determine printing verbosity and
/// and sorting.
/// \param PrintASTDecls If set to true print AST decls.
void print(raw_ostream& OS,
ModuleDecl *M = nullptr,
void print(raw_ostream &OS, ModuleDecl *M = nullptr,
const SILOptions &Opts = SILOptions(),
bool PrintASTDecls = true) const {
SILPrintContext PrintCtx(OS, Opts);