[PATCH] D23651: [clang-rename] improve performance for rename-all

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 25 02:17:03 PDT 2016


omtcyfz added a comment.

Actually, it might make sense to merge `rename-at` and `rename-all` after all. Passing a list of `old-name`/`offset` -> `new-name` is just easier.

But that's for another patch.


https://reviews.llvm.org/D23651





More information about the cfe-commits mailing list