Commits

Joe Groff committed ab1f459a403
Runtime/stdlib: Non-verbatim bridging of metatypes. Metatypes can't directly conform to _ObjectiveCBridgeable, but we can pretend they do by making a struct with the same ABI conform and returning that conformance when we call findBridgeWitness on a metatype. Fixes rdar://problem/16238475. Swift SVN r29999