[PATCH] D34696: [refactor] Move the core of clang-rename to lib/Tooling/Refactoring

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 09:17:24 PDT 2017


arphaman created this revision.
Herald added a subscriber: mgorny.

The core engine of clang-rename will be used for local and global renames in the new refactoring engine (http://lists.llvm.org/pipermail/cfe-dev/2017-June/054286.html).

I haven't renamed the files/cleaned up the code in this patch, do you think I should? E.g. SymbolOccurrenceFinder instead of USRLocFinder.


Repository:
  rL LLVM

https://reviews.llvm.org/D34696

Files:
  include/clang/Tooling/Refactoring/USRFinder.h
  include/clang/Tooling/Refactoring/USRFindingAction.h
  include/clang/Tooling/Refactoring/USRLocFinder.h
  include/clang/module.modulemap
  lib/Tooling/Refactoring/CMakeLists.txt
  lib/Tooling/Refactoring/USRFinder.cpp
  lib/Tooling/Refactoring/USRFindingAction.cpp
  lib/Tooling/Refactoring/USRLocFinder.cpp
  tools/extra/clang-rename/CMakeLists.txt
  tools/extra/clang-rename/RenamingAction.cpp
  tools/extra/clang-rename/USRFinder.cpp
  tools/extra/clang-rename/USRFinder.h
  tools/extra/clang-rename/USRFindingAction.cpp
  tools/extra/clang-rename/USRFindingAction.h
  tools/extra/clang-rename/USRLocFinder.cpp
  tools/extra/clang-rename/USRLocFinder.h
  tools/extra/clang-rename/tool/ClangRename.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34696.104189.patch
Type: text/x-patch
Size: 91808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170627/1a9ca586/attachment-0001.bin>


More information about the cfe-commits mailing list