mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Swif-ide-test: add a parameter to specify the group names to print.
This commit is contained in:
@@ -46,7 +46,7 @@ void printModuleInterface(ModuleDecl *M,
|
||||
// FIXME: this API should go away when Swift can represent Clang submodules as
|
||||
// 'swift::Module *' objects.
|
||||
void printSubmoduleInterface(ModuleDecl *M, ArrayRef<StringRef> FullModuleName,
|
||||
Optional<StringRef> GroupName,
|
||||
ArrayRef<StringRef> GroupNames,
|
||||
ModuleTraversalOptions TraversalOptions,
|
||||
ASTPrinter &Printer, const PrintOptions &Options,
|
||||
const bool PrintSynthesizedExtensions);
|
||||
|
||||
Reference in New Issue
Block a user