llvm-project/clang-tools-extra/clang-tidy/llvm
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
..
CMakeLists.txt
HeaderGuardCheck.cpp [clang-tidy] Fix llvm-header-guard so that it works with Windows paths 2021-11-10 18:35:57 +13:00
HeaderGuardCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
IncludeOrderCheck.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
IncludeOrderCheck.h
LLVMTidyModule.cpp [clang-tidy][NFC] Update tests and Default options to use boolean value 2021-05-04 18:17:56 +01:00
PreferIsaOrDynCastInConditionalsCheck.cpp [clang-tidy] Use new mapping matchers 2021-02-03 23:21:17 +00:00
PreferIsaOrDynCastInConditionalsCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
PreferRegisterOverUnsignedCheck.cpp [clang-tidy][NFC] Tweak some generation of diag messages 2021-02-26 19:10:25 +00:00
PreferRegisterOverUnsignedCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
TwineLocalCheck.cpp
TwineLocalCheck.h