llvm-project/clang/lib/Tooling/Syntax
Georgii Rymar 1647ff6e27 [ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers.
It can be used to avoid passing the begin and end of a range.
This makes the code shorter and it is consistent with another
wrappers we already have.

Differential revision: https://reviews.llvm.org/D78016
2020-04-14 14:11:02 +03:00
..
BuildTree.cpp [Syntax] Remove delayed folding from tree building. 2020-03-31 09:47:50 +02:00
CMakeLists.txt [Syntax] Allow to mutate syntax trees 2019-12-18 12:19:03 +01:00
ComputeReplacements.cpp [Syntax] Allow to mutate syntax trees 2019-12-18 12:19:03 +01:00
Mutations.cpp [Syntax] Build mapping from AST to syntax tree nodes 2020-03-23 16:22:14 +01:00
Nodes.cpp [Syntax] Build template declaration nodes 2020-03-19 17:43:07 +01:00
Synthesis.cpp [Syntax] Mark synthesized nodes as modifiable 2020-01-14 16:41:09 +01:00
Tokens.cpp [ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers. 2020-04-14 14:11:02 +03:00
Tree.cpp [Syntax] Build mapping from AST to syntax tree nodes 2020-03-23 16:22:14 +01:00