usaxena95 updated this revision to Diff 219381.
usaxena95 added a comment.
Removed logs for debugging.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67358/new/
https://reviews.llvm.org/D67358
Files:
clang-tools-extra/clangd/CMakeLists.txt
clan
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.