[all-commits] [llvm/llvm-project] a11524: [clangd] Add missing tests to rename feature
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Fri Nov 13 03:29:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1152482826c9a80977871aa46e131ac803c5f44
https://github.com/llvm/llvm-project/commit/a1152482826c9a80977871aa46e131ac803c5f44
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/RenameTests.cpp
Log Message:
-----------
[clangd] Add missing tests to rename feature
This adds a couple of missed tests from existing clang-rename ones and
introduces several new ones (e.g. static class member). This patch is required
to ensure feature parity for migration off Clang-Rename API D71880.
Reviewed By: hokein
Differential Revision: https://reviews.llvm.org/D91337
More information about the All-commits
mailing list