llvm/clang-tools-extra
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
..
clang-apply-replacements Use the range-based overload of llvm::sort where possible 2022-07-23 15:13:25 +02:00
clang-change-namespace Use drop_begin (NFC) 2022-07-15 23:24:59 -07:00
clang-doc [clang-doc] Add check for pointer validity 2022-07-22 17:36:30 +00:00
clang-include-fixer Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
clang-move
clang-query
clang-reorder-fields Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
clang-tidy Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
clangd Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
docs [CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>" 2022-07-14 01:28:28 -07:00
include-cleaner
modularize
pp-trace
pseudo Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
test Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
tool-template
unittests [clang-tidy] Remove unnecessary code from ReadabilityModuleTest 2022-07-19 05:21:19 +01:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
README.txt

//===----------------------------------------------------------------------===//
// Clang Tools repository
//===----------------------------------------------------------------------===//

Welcome to the repository of extra Clang Tools.  This repository holds tools
that are developed as part of the LLVM compiler infrastructure project and the
Clang frontend.  These tools are kept in a separate "extra" repository to
allow lighter weight checkouts of the core Clang codebase.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang forum:
  https://discourse.llvm.org/c/clang

Code review for this tree should take place on the standard Clang patch and
commit lists:
  http://lists.llvm.org/mailman/listinfo/cfe-commits

If you find a bug in these tools, please file it in the LLVM bug tracker:
  https://github.com/llvm/llvm-project/issues/