Commits

Joe Groff committed 01f98fa4dca
AST: More robust rewrite of ProtocolConformance::getInheritedConformance. A recursive implementation is cleaner, and more cleanly preserves class inheritance and generic specialization through the operation to get the refined protocol conformance. Fixes SR-1323.