Commits

Joe Groff committed f4765f676c2
Sema: Allow ObjC generic extensions to perform @objc operations involving generics. Though the generic type information isn't present, it isn't necessary if we're just invoking other operations from Objective-C. This should allow an extension to use the generic class's own API to some degree, as it would if defined on the nongeneric form.