This involves separating out the concepts of "which tokens should we
descend into this node for" vs "which tokens should this node claim".
While here, move decltype() hack into a more appropriate place.
based on D116218
Paths
| Differential D116536
[clangd] Fix selection on multi-dimensional array. AbandonedPublic Authored by sammccall on Jan 3 2022, 6:08 AM.
Details
Summary This involves separating out the concepts of "which tokens should we While here, move decltype() hack into a more appropriate place. based on D116218
Diff Detail
Event TimelineHerald added subscribers: usaxena95, kadircet, arphaman. · View Herald TranscriptJan 3 2022, 6:08 AM sammccall retitled this revision from [clangd] Fix selection on multi-dimensional array. (alternate version) to [clangd] Fix selection on multi-dimensional array.. Comment Actionscleaner, comments
Revision Contents
Diff 397062 clang-tools-extra/clangd/Selection.cpp
clang-tools-extra/clangd/unittests/SelectionTests.cpp
|