[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
Thu Sep 7 00:48:15 PDT 2017
arphaman updated this revision to Diff 114125.
arphaman added a comment.
Refactor the selection argument handling by using a `SourceSelectionArgument` interface with subclass for test selection and separate out the test code from the tool class.
Repository:
rL LLVM
https://reviews.llvm.org/D36574
Files:
include/clang/Tooling/Refactoring/AtomicChange.h
include/clang/Tooling/Refactoring/RefactoringAction.h
include/clang/Tooling/Refactoring/RefactoringActionRegistry.def
include/clang/Tooling/Refactoring/RefactoringActionRule.h
include/clang/Tooling/Refactoring/RefactoringActionRuleRequirementsInternal.h
include/clang/Tooling/Refactoring/RefactoringActionRules.h
include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
include/clang/Tooling/Refactoring/RefactoringRuleContext.h
include/clang/Tooling/Refactoring/Rename/USRFindingAction.h
include/clang/Tooling/Refactoring/SourceSelectionConstraints.h
include/clang/module.modulemap
lib/Tooling/Refactoring/AtomicChange.cpp
lib/Tooling/Refactoring/CMakeLists.txt
lib/Tooling/Refactoring/RefactoringActions.cpp
lib/Tooling/Refactoring/Rename/RenamingAction.cpp
lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
test/CMakeLists.txt
test/Refactor/LocalRename/Field.cpp
test/Refactor/tool-common-options.c
test/Refactor/tool-test-support.c
test/clang-rename/Field.cpp
tools/CMakeLists.txt
tools/clang-refactor/CMakeLists.txt
tools/clang-refactor/ClangRefactor.cpp
tools/clang-refactor/TestSupport.cpp
tools/clang-refactor/TestSupport.h
unittests/Tooling/RefactoringActionRulesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36574.114125.patch
Type: text/x-patch
Size: 54977 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170907/5ae94738/attachment-0001.bin>
More information about the cfe-commits
mailing list