[PATCH] D88881: [clangd] Add a NewName optional parameter to clangdServer::prepareRename.
Daniel MartÃn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 14:59:21 PDT 2020
danielmartin 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,
----------------
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