This revision was automatically updated to reflect the committed changes.
Closed by commit rGd7d1af39168c: [clangd] Fix DocumentSymbol ranges (authored
by kbobyrev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83668/new/
https://reviews.llvm.org/D
kbobyrev updated this revision to Diff 277387.
kbobyrev added a comment.
Use open half ranges for all symbol kinds, adjust variable ranges in tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83668/new/
https://reviews.llvm.org/D83668
Files:
kbobyrev created this revision.
kbobyrev added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous,
MaskRay, ilya-biryukov.
Herald added a project: clang.
DocumentSymbol ranges were not previously tested and, as a result, had invalid
end location.