[all-commits] [llvm/llvm-project] 04a213: [libTooling] Add a `between` range-selector combin...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Tue Jul 28 10:26:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 04a21318b55756d50836f6e40f2d209f18cce417
https://github.com/llvm/llvm-project/commit/04a21318b55756d50836f6e40f2d209f18cce417
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M clang/include/clang/Tooling/Transformer/RangeSelector.h
M clang/lib/Tooling/Transformer/Parsing.cpp
M clang/unittests/Tooling/RangeSelectorTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list