[PATCH] D68937: [clangd] Add parameter renaming to define-inline code action
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 11:21:59 PDT 2019
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
LGTM, many thanks!
================
Comment at: clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp:293
+ // Now try to generate edits for all the refs.
+ for (auto &Entry : RefLocs) {
+ const auto *OldDecl = Entry.first;
----------------
NIT: Maybe move declaration of `Replacements` here? To make it closer to the use-site.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68937/new/
https://reviews.llvm.org/D68937
More information about the cfe-commits
mailing list