[PATCH] D36574: [refactor] add clang-refactor tool with initial testing support and local-rename action
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 4 03:23:12 PDT 2017
arphaman added a comment.
In https://reviews.llvm.org/D36574#858763, @klimek wrote:
> One of my main concerns is still that I don't see the need for all the template magic yet :) Why doesn't everybody use the RefactoringResult we define here?
@klimek, are you talking about the template usage in this patch or the whole approach in general? I can probably think of some way to reduce the template boilerplate if you are talking about the general approach.
Repository:
rL LLVM
https://reviews.llvm.org/D36574
More information about the cfe-commits
mailing list