Commits

Joe Groff committed d25b6a5c283
Sema/SILGen: Do erasure from pseudogeneric T to Any without requiring runtime metadata. Naively wrapping a T in an Any would require metadata for T, but we can go to AnyObject first and put the AnyObject in the Any without T's metadata. This fixes a regression in ObjC generic extension methods when they try to pass their generic parameters to id parameters as Any. rdar://problem/27526877