[PATCH] D56610: [clangd] A code action to qualify an unqualified name
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 6 18:39:19 PST 2019
sammccall updated this revision to Diff 185690.
sammccall added a comment.
Herald added a project: clang.
Update matching to use Inputs.ASTSelection.
Cover some more cases of names (I think?)
Handle under-qualified names as well as unqualified ones.
The main benefit of this is it's a step closer to extracting all references to
qualified/unqualified names from the selection.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56610/new/
https://reviews.llvm.org/D56610
Files:
clangd/Selection.cpp
clangd/Selection.h
clangd/refactor/tweaks/CMakeLists.txt
clangd/refactor/tweaks/QualifyName.cpp
unittests/clangd/SelectionTests.cpp
unittests/clangd/TweakTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56610.185690.patch
Type: text/x-patch
Size: 11342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190207/78937358/attachment-0001.bin>
More information about the cfe-commits
mailing list