Commits

Doug Gregor committed 159ecf7b84f
SILPrinter: print the name of protocol conformance using its generic signature. When we print the name of a protocol conformance, we normally use the generic parameters as written. However, since some requirements may be inferred (particularly by an extension of a generic type), it's better for the SIL printer to use the generic signature, which is fully expanded and will also be correct, e.g., when working with a deserialized conformance. Swift SVN r26437