mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This change is necessary to differentiate between C++ const and non-const types in Swift. For instance, `const int` and `int` would both be printed as `CInt` in Swift. After this change, `const int` is stored as `CInt_const`
6.3 KiB
6.3 KiB