[PATCH] D64912: [Clangd] Changed ExtractVariable to only work on non empty selections
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 18 04:48:29 PDT 2019
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/refactor/Tweak.h:51
+ /// The Length of the selection
+ unsigned SelectionLength;
/// The AST nodes that were selected.
----------------
maybe expose a `SourceLocation SelectionEnd` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64912/new/
https://reviews.llvm.org/D64912
More information about the cfe-commits
mailing list