Commits

Joe Groff committed cbbe9f89ce7
IRGen: Pretend to satisfy generic parameters from the 'Self' parameter to extension methods. We prevent the generic parameters to an ObjC generic from being used in an extension method at the sema level, and we don't want the polymorphic convention to try to generate independent parameters since that would break the method convention. Trick the polymorphic convention by producing "impossible" fulfillments for the generic parameters derivable from an ObjC generic method's self type.