This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix selection on multi-dimensional array.
AbandonedPublic

Authored by sammccall on Jan 3 2022, 6:08 AM.

Details

Reviewers
None
Summary

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

Diff Detail

Event Timeline

sammccall created this revision.Jan 3 2022, 6:08 AM
sammccall requested review of this revision.Jan 3 2022, 6:08 AM
sammccall updated this revision to Diff 397062.Jan 3 2022, 7:17 AM
sammccall retitled this revision from [clangd] Fix selection on multi-dimensional array. (alternate version) to [clangd] Fix selection on multi-dimensional array..
sammccall edited the summary of this revision. (Show Details)

cleaner, comments

sammccall abandoned this revision.Jan 5 2022, 7:51 PM