Commits

Joe Groff committed 1f3c29b86c0
Give ProtocolConformance a getGenericParams() method. It's useful to know what the open type variables in a generic protocol conformance are. For now, make the somewhat shaky assumptions that a NormalProtocolConformance for a bound generic type is for the DeclaredTypeInContext of its originating nominal type, that all type variables of the nominal type are open, and that specialized and inherited conformances bind all of the generic parameters. Swift SVN r11274