Commits

Doug Gregor committed fcb3a2cffbf
[SILGen] Handle Array<T> -> NSArray bridging via _ObjectiveCBridgeable._bridgeToObjectiveC. Also fixes a leak I introduced with the String -> NSString bridging; we're always dealing with guaranteed +0, so borrow rather than forward the "self" argument.