AST: Remove default argument from ModuleDecl::getImportedModules().

This commit is contained in:
Allan Shortlidge
2024-09-30 10:27:35 -07:00
parent cd6864a5f3
commit fb86a721a6
3 changed files with 3 additions and 7 deletions

View File

@@ -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> &macros) const;