Commits

Doug Gregor committed eb572e6a638
Simplify and improve our handling of generic parameters/signatures/interface types in ProtocolConformance. This ends up being NFC right now because we're not really creating inherited conformances consistently, so the cases where it might matter (reshuffling generic parameters as we go up an inheritance chain) either fail for other reasons or don't change. Swift SVN r25993