mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ModulePrinter: allow module printer to print symbols from a specific group.
This commit is contained in:
@@ -285,7 +285,7 @@ static bool getModuleInterfaceInfo(ASTContext &Ctx,
|
||||
SmallString<128> Text;
|
||||
llvm::raw_svector_ostream OS(Text);
|
||||
AnnotatingPrinter Printer(Info, OS);
|
||||
printSubmoduleInterface(Mod, SplitModuleName,
|
||||
printSubmoduleInterface(Mod, SplitModuleName, None,
|
||||
TraversalOptions,
|
||||
Printer, Options, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user