mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Actually pass module name to ide::printSubmoduleInterface()
Swift SVN r15733
This commit is contained in:
@@ -16,7 +16,8 @@ using namespace swift;
|
||||
|
||||
void swift::ide::printModuleInterface(Module *M, ASTPrinter &Printer,
|
||||
const PrintOptions &Options) {
|
||||
printSubmoduleInterface(M, {}, Printer, Options);
|
||||
StringRef FullModuleName[] = { M->Name.str() };
|
||||
printSubmoduleInterface(M, FullModuleName, Printer, Options);
|
||||
}
|
||||
|
||||
void swift::ide::printSubmoduleInterface(Module *M,
|
||||
|
||||
Reference in New Issue
Block a user