kbobyrev accepted this revision. kbobyrev added a comment. This revision is now accepted and ready to land.
Let me try to reproduce it in Clang-Rename. If I don't respond by tomorrow, feel free to submit the patch. ================ Comment at: clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp:130 + void addUSRsOfCtorDtors(const CXXRecordDecl *RD) { + const auto* RecordDecl = RD->getDefinition(); ---------------- Nit: `const auto *Definition` and `RecordDecl` could stay the same. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74829/new/ https://reviews.llvm.org/D74829 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits