This patch is not intended for production, it is merely an experiment
to see how SyntaxTrees can be used inside clangd.
Depends on D84973
Paths
| Differential D84975
[clangd][WIP] Make use of SyntaxTrees for SemanticSelection Needs ReviewPublic Authored by kadircet on Jul 30 2020, 12:45 PM. This revision needs review, but there are no reviewers specified.
Details
Summary This patch is not intended for production, it is merely an experiment Depends on D84973
Diff Detail
Unit TestsFailed Event Timelinegribozavr2 added inline comments.
Revision Contents
Diff 282020 clang-tools-extra/clangd/SemanticSelection.cpp
|
It would be nice to make it into a method on syntax::Node itself, or otherwise put it into a shared location, include/clang/Tooling/Syntax/???.h.