Commits

Slava Pestov committed 0af2b4709f9
Sema: Fix crash with protocol erroneously nested inside generic class The protocol Self parameter is the last generic parameter in the signature, not the first. While we don't allow protocols nested inside generic classes, we would still crash in member type lookup from this. Fixes <rdar://problem/21287703>. Swift SVN r30635