omtcyfz added inline comments. ================ Comment at: clang-rename/USRFindingAction.cpp:62 @@ +61,3 @@ + bool Found = false; + for (auto &OverriddenMethod : D->overridden_methods()) { + if (std::find(USRs->begin(), USRs->end(), ---------------- Prazek wrote: > const auto &OverridenMethod Fixed; thanks!
https://reviews.llvm.org/D22408 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits