mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user