Commits

Slava Pestov committed 419ad24e09c
IRGen: don't consider @objc protocols when looking for a path If we had a protocol P that refines <Q, R> and R was @objc, we would crash when looking for a path from P to Q because R does not appear in P's witness table. Fixes <rdar://problem/21029254>. Swift SVN r28832