mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously we stored this inside each default argument initializer context. This was overkill, because it is the same for all default arguments in a single function, and also insufficient, because initializer contexts are not serialized and thus not available in SILGen when the function is in a different module. Instead store it directly inside the function and serialize it. NFC for now, since SILGen isn't using this yet.
6.3 KiB
6.3 KiB