mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
That is, the stubs we generate when you rename a C global function imported as a type member using the SwiftName API note. (See the test case changes.) Previously we hit an assertion. For good measure, also fix versioned stubs for types-as-members, which were always added to their original context rather than the new context. rdar://problem/31435658