mirror of
https://github.com/apple/swift.git
synced 2026-01-07 22:52:31 +01:00
* De-underscore @frozen for enums * Add @frozen for structs, deprecate @_fixed_layout for them * Switch usage from _fixed_layout to frozen
This directory holds the Swift Standard Library's Darwin and Glibc Module, comprised of
- The overlay library, which amends some APIs imported from Clang module.
- Glibc only: The clang module map which specifies which headers need to be imported from Glibc for bare minimum functionality.
Note: On Darwin platforms, we assume clang module map is already installed in the system SDK.