mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Printer] Conditionally print Clang types in emitted SIL.
This commit is contained in:
@@ -671,8 +671,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);
|
||||
|
||||
Reference in New Issue
Block a user