[libTooling] Add a `between` range-selector combinator.
authorYitzhak Mandelbaum <yitzhakm@google.com>
Tue, 28 Jul 2020 17:26:12 +0000 (17:26 +0000)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Tue, 28 Jul 2020 17:26:12 +0000 (17:26 +0000)
commit04a21318b55756d50836f6e40f2d209f18cce417
tree103b115765a1e7f91ad5ad78a369efd1aad48f59
parent4887495a3e0b97de4e38232e9f65b9454434a818
[libTooling] Add a `between` range-selector combinator.

Adds the `between` combinator and registers it with the parser. As a driveby, updates some deprecated names to their current versions.

Reviewed By: gribozavr2

Differential Revision: https://reviews.llvm.org/D84315
clang/include/clang/Tooling/Transformer/RangeSelector.h
clang/lib/Tooling/Transformer/Parsing.cpp
clang/unittests/Tooling/RangeSelectorTest.cpp