Files
swift-mirror/lib/Basic/UUID.cpp
Saleem Abdulrasool 326d42378e Basic: convert UUIDs to uppercase
Darwin does not follow the ITEF specification (RFC 4122) and emits the UUID in
uppercase and expects the emission to be uppercase.  Convert to upper case when
translating the UUID from the binary representation to the string
representation.  This repairs the SIL parsing tests on Windows.
2018-12-21 10:43:20 -08:00

3.0 KiB