[all-commits] [llvm/llvm-project] 573348: [clangd] Retire the cross-file-rename command-line...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Thu Feb 11 11:29:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 573348ab9b281221e0e78376c233d1898ed0bf68
https://github.com/llvm/llvm-project/commit/573348ab9b281221e0e78376c233d1898ed0bf68
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M clang-tools-extra/clangd/refactor/Rename.h
M clang-tools-extra/clangd/tool/ClangdMain.cpp
M clang-tools-extra/clangd/unittests/RenameTests.cpp
Log Message:
-----------
[clangd] Retire the cross-file-rename command-line flag.
This patch only focuses on the flag. Removing actual single-file mode
(and the flag in RenameOption) will come in a follow-up.
Differential Revision: https://reviews.llvm.org/D96495
More information about the All-commits
mailing list