[all-commits] [llvm/llvm-project] d30c20: [clangd] don't rename if the triggering loc is not...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Jun 11 04:56:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d30c202d276db86d741734954d1957e7dbbf123c
https://github.com/llvm/llvm-project/commit/d30c202d276db86d741734954d1957e7dbbf123c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M clang-tools-extra/clangd/refactor/Rename.cpp
M clang-tools-extra/clangd/unittests/RenameTests.cpp
Log Message:
-----------
[clangd] don't rename if the triggering loc is not actually being renamed.
See context: https://github.com/clangd/clangd/issues/765
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D101816
More information about the All-commits
mailing list