mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #60659 from xymus/print-missing-imports
[ModuleInterface] Print missing imports in swiftinterface
This commit is contained in:
@@ -712,6 +712,10 @@ public:
|
||||
void getImportedModules(SmallVectorImpl<ImportedModule> &imports,
|
||||
ImportFilter filter = ImportFilterKind::Exported) const;
|
||||
|
||||
/// Lists modules that are not imported from a file and used in API.
|
||||
void
|
||||
getMissingImportedModules(SmallVectorImpl<ImportedModule> &imports) const;
|
||||
|
||||
/// Looks up which modules are imported by this module, ignoring any that
|
||||
/// won't contain top-level decls.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user