Swif-ide-test: add a parameter to specify the group names to print.

This commit is contained in:
Xi Ge
2016-02-19 11:36:50 -08:00
parent 41f0489b12
commit 1872214d40
4 changed files with 29 additions and 12 deletions

View File

@@ -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);