mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
17 KiB
17 KiB