Commits

Slava Pestov committed b25ea04c887
AST: Refactor Substitution::subst() to use GenericParamList::getSubstitutionMap(), NFC Again, we now pass in a GenericSignature so that we can walk its requirements, rather than relying on the AllArchetypes list embedded inside the GenericParamList.