mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove default argument from ModuleDecl::getImportedModules().
This commit is contained in:
@@ -983,7 +983,7 @@ public:
|
||||
/// \p filter controls whether public, private, or any imports are included
|
||||
/// in this list.
|
||||
void getImportedModules(SmallVectorImpl<ImportedModule> &imports,
|
||||
ImportFilter filter = ImportFilterKind::Exported) const;
|
||||
ImportFilter filter) const;
|
||||
|
||||
/// Looks up which external macros are defined by this file.
|
||||
void getExternalMacros(SmallVectorImpl<ExternalMacroPlugin> ¯os) const;
|
||||
|
||||
Reference in New Issue
Block a user