sammccall accepted this revision.
sammccall added a comment.

LG, thanks!



================
Comment at: clang-tools-extra/clangd/refactor/Rename.h:62
+  // Edits for the current main file.
+  Edit LocalChanges;
+  // Complete edits for the rename, including LocalChanges.
----------------
this could just be a vector<Range>, as we don't have a use case for the 
replacements and it avoids the issue of what to replace with. Up to you though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88634/new/

https://reviews.llvm.org/D88634

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to