llvm-capstone/clang-tools-extra/clang-reorder-fields
Dmitri Gribenko aba43035bd Use llvm::sort instead of std::sort where possible
llvm::sort is beneficial even when we use the iterator-based overload,
since it can optionally shuffle the elements (to detect
non-determinism). However llvm::sort is not usable everywhere, for
example, in compiler-rt.

Reviewed By: nhaehnle

Differential Revision: https://reviews.llvm.org/D130406
2022-07-23 15:19:05 +02:00
..
tool
CMakeLists.txt
ReorderFieldsAction.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
ReorderFieldsAction.h