Commits

Doug Gregor committed 8cf718f9f62
Don't allow a generic parameter with a non-@objc protocol requirement to bind to an existential. We don't properly open up the existential to make this work, which leads to an IRGen crash. Reject the uses of generics that would cause such a crash rdar://problem/17491663. Swift SVN r21946