[all-commits] [llvm/llvm-project] b60428: [clangd] Fix false positive in local rename collis...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Tue Feb 9 02:51:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b60428c7ea685e338df3369807c9b650f994554b
https://github.com/llvm/llvm-project/commit/b60428c7ea685e338df3369807c9b650f994554b
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M clang-tools-extra/clangd/refactor/Rename.cpp
M clang-tools-extra/clangd/unittests/RenameTests.cpp
Log Message:
-----------
[clangd] Fix false positive in local rename collision detetction
Fixes https://github.com/clangd/clangd/issues/685
Reviewed By: hokein
Differential Revision: https://reviews.llvm.org/D96247
More information about the All-commits
mailing list