mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
On -Ounchecked we are now able to zap this expression (from Richards): UnicodeScalar(UInt32(2)+"0".value) However, on -O we still check for overflow and actually need to construct the string. Swift SVN r20856
6.8 KiB
6.8 KiB