[PATCH] D88881: [clangd] Add a NewName optional parameter to clangdServer::prepareRename.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 8 00:36:50 PDT 2020
hokein added inline comments.
================
Comment at: clang-tools-extra/clangd/ClangdServer.h:277
+ ///
+ /// If NewName is provided, it peforms a name validation.
void prepareRename(PathRef File, Position Pos,
----------------
danielmartin wrote:
>
oh, thanks! Fixed in ba268d2fb09ceabfa03a6499258f973be62d7663.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88881/new/
https://reviews.llvm.org/D88881
More information about the cfe-commits
mailing list