Files
swift-mirror/lib/AST/GenericSignatureBuilder.cpp
Saleem Abdulrasool fb8eabe7b6 AST: switch to std::sort from llvm::array_pod_sort
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.
2019-03-27 22:03:29 -07:00

273 KiB