This revision was automatically updated to reflect the committed changes.
Closed by commit rL361413: [LibTooling] Update Stencil to use RangeSelector
(authored by ymandel, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62160?vs=200794&id=200795#toc
Repository:
rL LLVM
CH
ymandel updated this revision to Diff 200794.
ymandel added a comment.
Rebase onto HEAD, fixing previous diff which accidentally included other
commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62160/new/
https://reviews.llvm.org/D62160
File
ymandel updated this revision to Diff 200747.
ymandel added a comment.
Add back `node` and `sNode`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62160/new/
https://reviews.llvm.org/D62160
Files:
clang/include/clang/Tooling/Refactoring/Stencil.h
ymandel created this revision.
ymandel added a reviewer: sbenza.
Herald added a project: clang.
Replace Stencil's specialized operators `node` and `sNode` with general support
for any RangeSelector. This change allows Stencil to support any RangeSelector
and avoids redundancy between the two libr