Previously they would be marked as partially-selected based on the early claim,
and never updated as no more tokens were claimed.
This affects simple VarDecls like "int x".
Details
Details
- Reviewers
SureYeaah ilya-biryukov - Commits
- rG20c5fbb1af08: [clangd] SelectionTree should mark a node as fully-selected if the only claimed…
rCTE373442: [clangd] SelectionTree should mark a node as fully-selected if the only claimed…
rL373442: [clangd] SelectionTree should mark a node as fully-selected if the only claimed…
Diff Detail
Diff Detail
- Repository
- rL LLVM