[all-commits] [llvm/llvm-project] 056a53: [libTooling] Rename overloaded `range` range selec...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Fri Jun 26 07:25:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 056a539e570a49e27f88f4555d42f00be0500749
https://github.com/llvm/llvm-project/commit/056a539e570a49e27f88f4555d42f00be0500749
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M clang/include/clang/Tooling/Transformer/RangeSelector.h
M clang/lib/Tooling/Transformer/RangeSelector.cpp
M clang/unittests/Tooling/RangeSelectorTest.cpp
Log Message:
-----------
[libTooling] Rename overloaded `range` range selector.
Renames the overloaded `RangeSelector` combinator `range` to the more
descriptive `enclose` and `encloseNodes`. The old overloads are left in place
and marked deprected and will be deleted at a future time.
Reviewed By: tdl-g
Differential Revision: https://reviews.llvm.org/D82592
More information about the All-commits
mailing list