Commits

Doug Gregor committed fa71c0d0bbb
Teach _dynamicCastToExistential to check conformance to Objective-C protocols. Narrowly address the problem of downcasting an array to an array of Objective-C existentials by checking conformance for Objective-C protocols. Addresses <rdar://problem/17165071>, but this area still needs a lot of work. Swift SVN r18745