klimek added inline comments. ================ Comment at: clang-rename/RenamingAction.cpp:48 @@ +47,3 @@ + for (unsigned I = 0; I < NewNameList.size(); ++I) { + HandleOneRename(Context, NewNameList[I], PrevNameList[I], USRList[I]); + } ---------------- Question is whether if we go down that route we shouldn't do one search for all the names, instead of re-looping for each name.
https://reviews.llvm.org/D21814 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits