[PATCH] D88553: [clangd] Start using SyntaxTrees for folding ranges feature

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 21 03:03:05 PDT 2020


kbobyrev updated this revision to Diff 299619.
kbobyrev marked an inline comment as done.
kbobyrev added a comment.

Prevent code duplication for const-nonconst versions of the same function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88553/new/

https://reviews.llvm.org/D88553

Files:
  clang-tools-extra/clangd/SemanticSelection.cpp
  clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
  clang/include/clang/Tooling/Syntax/Tree.h
  clang/lib/Tooling/Syntax/Tree.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88553.299619.patch
Type: text/x-patch
Size: 8111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201021/a6d092d6/attachment.bin>


More information about the cfe-commits mailing list