mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When macros like _SwiftifyImport are added to a wrapper module for a clang module, they may need to refer to symbols declared in another clang module that the wrapped module imports (e.g. because they are used in the original signature). This adds all the imported clang modules as implicit imports to the wrapper module. rdar://151611573
62 KiB
62 KiB