Commits

Doug Gregor committed a90e24102cd
An array/dictionary only bridges to Objective-C when its element type can be bridged at runtime. Be more picky when deciding whether a generic collection bridges to Objective-C, recursively checking the element type using the rules for bridging that are implemented in the runtime. Fixes <rdar://problem/17035548>, where we were trying to bridge an array of functions. Swift SVN r19764