We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e59d39 + 68b5505 commit 13f7ac2Copy full SHA for 13f7ac2
include/swift/SIL/SILModule.h
@@ -640,12 +640,9 @@ class SILModule {
640
641
/// Pretty-print the module to the designated stream.
642
///
643
- /// \param Verbose Dump SIL location information in verbose mode.
644
/// \param M If present, the types and declarations from this module will be
645
/// printed. The module would usually contain the types and Decls that
646
/// the SIL module depends on.
647
- /// \param ShouldSort If set to true sorts functions, vtables, sil global
648
- /// variables, and witness tables by name to ease diffing.
649
/// \param PrintASTDecls If set to true print AST decls.
650
void print(raw_ostream &OS,
651
ModuleDecl *M = nullptr,
0 commit comments