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:
@@ -314,7 +314,8 @@ static bool getModuleInterfaceInfo(ASTContext &Ctx,
|
||||
SmallString<128> Text;
|
||||
llvm::raw_svector_ostream OS(Text);
|
||||
AnnotatingPrinter Printer(Info, OS);
|
||||
printSubmoduleInterface(Mod, SplitModuleName, Group,
|
||||
printSubmoduleInterface(Mod, SplitModuleName,
|
||||
Group.hasValue() ? llvm::makeArrayRef(Group.getValue()) : ArrayRef<StringRef>(),
|
||||
TraversalOptions,
|
||||
Printer, Options, SynthesizedExtensions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user