[PATCH] D36574: [refactor] add clang-refactor tool with initial testing support and local-rename action
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 12 00:49:09 PDT 2017
klimek accepted this revision.
klimek added a comment.
LG. Nice, thanks!
================
Comment at: lib/Tooling/Refactoring/Rename/RenamingAction.cpp:42
+
+class LocalRename : public RefactoringAction {
+public:
----------------
I have to admit, the implementation here is pretty neat! :)
Repository:
rL LLVM
https://reviews.llvm.org/D36574
More information about the cfe-commits
mailing list