Commits

Doug Gregor committed c66a1ef98f0
Dynamic casting: handle value-to-class-existential casts via bridging. This allows one to cast a value type (say, [String]) to AnyObject or NSCoding, for example. It's another piece of <rdar://problem/17637959>. Swift SVN r20964