Commit fb8eabe
committed
AST: switch to
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.std::sort from llvm::array_pod_sort
1 parent ecb539f commit fb8eabe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6014 | 6014 | | |
6015 | 6015 | | |
6016 | 6016 | | |
6017 | | - | |
| 6017 | + | |
6018 | 6018 | | |
6019 | 6019 | | |
6020 | 6020 | | |
| |||
0 commit comments