Commits

Manman Ren committed a28a08d1bac
[SILSerializer] Fix issues in deserializing SILFunction with generic outer parameter. Before this fix, we can't deserialize any SILFunction with generic outer parameters. We do not have the decl associated with the generic parameter list at SIL level, so instead of using a nullptr decl, we serialize the outer generic parameters directly. rdar://16630493 Swift SVN r16562