mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If a clang module declares a cross-import overlay, but it also has a traditional overlay, we want the cross-import overlay to be registered with the SourceFile as sitting atop the traditional overlay. Otherwise module-qualified name lookups will bypass the cross-import overlay. Fixes rdar://62139656.