mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`__shared` and `__owned` would always get mangled, even when they don't have any effect on ABI, making it unnecessarily ABI-breaking to apply them to existing API to make calling conventions explicit. Avoid this issue by only mangling them in cases where they change the ABI from the default.
73 KiB
73 KiB