Commits

Slava Pestov committed 0b337cd9124
Sema: Pass outer GenericSignature to checkGenericParamList(), NFC Previously we would get this from the DeclContext, but this was wrong in SIL mode. This was exposed by some other changes, but is NFC for now.