llvm-project/clang/test/Refactor
Alex Lorenz 7fe441b20d [refactor] Initial outline of implementation of "extract function" refactoring
This commit adds an initial, skeleton outline of the "extract function"
refactoring. The extracted function doesn't capture variables / rewrite code
yet, it just basically does a simple copy-paste.
The following initiation rules are specified:

- extraction can only be done for executable code in a function/method/block.
  This means that you can't extract a global variable initialize into a function
  right now.
- simple literals and references are not extractable.

This commit also adds support for full source ranges to clang-refactor's test
mode.

Differential Revision: https://reviews.llvm.org/D38982

llvm-svn: 316465
2017-10-24 17:18:45 +00:00
..
Extract [refactor] Initial outline of implementation of "extract function" refactoring 2017-10-24 17:18:45 +00:00
LocalRename [refactor] Initial outline of implementation of "extract function" refactoring 2017-10-24 17:18:45 +00:00
tool-apply-replacements.cpp [clang-refactor] Add "-Inplace" option to the commandline tool. 2017-10-20 12:37:16 +00:00
tool-common-options.c
tool-selection-option.c Recommit r315738 "[clang-refactor] Apply source replacements" 2017-10-16 17:31:16 +00:00
tool-test-support.c [refactor] Initial outline of implementation of "extract function" refactoring 2017-10-24 17:18:45 +00:00