[PATCH] D38982: [refactor] Initial outline of implementation of "extract function" refactoring

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 20 14:12:27 PDT 2017


arphaman updated this revision to Diff 119708.
arphaman marked 4 inline comments as done.
arphaman added a comment.

Address review comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D38982

Files:
  include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
  include/clang/Tooling/Refactoring/RefactoringRuleContext.h
  lib/Tooling/Refactoring/ASTSelection.cpp
  lib/Tooling/Refactoring/ASTSelectionRequirements.cpp
  lib/Tooling/Refactoring/Extract.cpp
  test/Refactor/Extract/ExtractExprIntoFunction.cpp
  test/Refactor/LocalRename/Field.cpp
  test/Refactor/LocalRename/NoSymbolSelectedError.cpp
  tools/clang-refactor/TestSupport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38982.119708.patch
Type: text/x-patch
Size: 6868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171020/5e893628/attachment.bin>


More information about the cfe-commits mailing list