Commits

Joe Groff committed 92f7b5512dd
AST: Add a "Substitution::subst" API. Substitute a...um...substitution by remapping its Replacement mapping and recursively remapping any ProtocolConformances it has. Modify the Specializer to use Substitution::subst when specializing the substitutions of ArchetypeMethod and Apply instructions. Swift SVN r12900