mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Swap the `array_pod_sort` to `sort`. `array_pod_sort` is meant to be used with POD types only. Switching to `std:sort` should be slightly faster, and more importantly, allows the emission of the warnings on Windows to be sorted identically to Linux and macOS.
273 KiB
273 KiB