[PATCH] D21814: clang-rename: support multiple renames with one invocation
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 6 08:35:26 PDT 2016
klimek added a reviewer: bkramer.
klimek added a comment.
I think we really want 2 tools:
a) one that is optimized for oldname->newname renames, and supports the multi-TU case really well
b) one that is meant to be integrated with editors and works mainly off of a location in a file
I'm a bit torn whether putting those 2 into the same executable is a good idea. Looping in Benjamin for additional ideas.
http://reviews.llvm.org/D21814
More information about the cfe-commits
mailing list