[PATCH] D67358: Implement semantic selections.
UTKARSH SAXENA via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 9 08:50:41 PDT 2019
usaxena95 created this revision.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, mgorny.
Herald added a project: clang.
For a given cursor position, it returns ranges that are interesting to the user.
Currently the semantic ranges correspond to the nodes of the syntax trees.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67358
Files:
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/SemanticSelection.cpp
clang-tools-extra/clangd/SemanticSelection.h
clang-tools-extra/clangd/unittests/CMakeLists.txt
clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67358.219366.patch
Type: text/x-patch
Size: 8943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190909/24af9566/attachment.bin>
More information about the cfe-commits
mailing list