Module::getImportedModules can now get public, private, or all imports.

...whereas before the only options were "public" and "all".

No functionality change.

Swift SVN r13849
This commit is contained in:
Jordan Rose
2014-02-12 23:57:43 +00:00
parent 268316f375
commit 7995dde448
11 changed files with 55 additions and 32 deletions

View File

@@ -166,7 +166,7 @@ public:
virtual void
getImportedModules(SmallVectorImpl<Module::ImportedModule> &imports,
bool includePrivate) const override;
Module::ImportFilter filter) const override;
virtual void
collectLinkLibraries(Module::LinkLibraryCallback callback) const override;