Commits

Joe Groff committed 8b820829208
SILGen: Properly carry through generic arguments when producing ObjC thunks. We can't assume that ObjC types aren't generic anymore because container bridging requires generic subclasses of ObjC types, so remove the assertions that ObjC entry points are never generic and properly handle interface type substitution when emitting thunks. Swift SVN r15073