[PATCH] D34696: [refactor] Move the core of clang-rename to lib/Tooling/Refactoring
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 06:39:16 PDT 2017
ioeric added a comment.
In https://reviews.llvm.org/D34696#793613, @klimek wrote:
> The main thing I'm concerned about is having the main code in core, but having all tests in tools-extra. I think if we go that route we should also move clang-rename and its tests to core. Thoughts?
Agreed. And if we are also moving rename-related libraries, it might also make sense to put them into a sub-directory like lib/Tooling/Refactoring/Rename.
Repository:
rL LLVM
https://reviews.llvm.org/D34696
More information about the cfe-commits
mailing list