[all-commits] [llvm/llvm-project] 5ad6bb: [clangd] Start using SyntaxTrees for folding range...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Tue Oct 27 08:51:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ad6bbacf091c90d47730bf284f4893eb1afb1ee
https://github.com/llvm/llvm-project/commit/5ad6bbacf091c90d47730bf284f4893eb1afb1ee
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/SemanticSelection.cpp
M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
M clang/include/clang/Tooling/Syntax/Tree.h
M clang/lib/Tooling/Syntax/Tree.cpp
Log Message:
-----------
[clangd] Start using SyntaxTrees for folding ranges feature
This is an initial attempt to start using Syntax Trees in clangd while improving state of folding ranges feature and experimenting with Syntax Tree capabilities.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D88553
More information about the All-commits
mailing list