llvm/clang-tools-extra/clang-include-fixer
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
..
find-all-symbols Revert "[clang] Implement ElaboratedType sugaring for types written bare" 2022-07-14 21:17:48 -07:00
plugin
tool
CMakeLists.txt
FuzzySymbolIndex.cpp
FuzzySymbolIndex.h
IncludeFixer.cpp
IncludeFixer.h
IncludeFixerContext.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
IncludeFixerContext.h
InMemorySymbolIndex.cpp
InMemorySymbolIndex.h
SymbolIndex.h
SymbolIndexManager.cpp Use the range-based overload of llvm::sort where possible 2022-07-23 15:13:25 +02:00
SymbolIndexManager.h
YamlSymbolIndex.cpp
YamlSymbolIndex.h