[PATCH] D22408: [clang-rename] add support for overridden functions

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 16 09:58:52 PDT 2016


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





More information about the cfe-commits mailing list