[PATCH] D83668: [clangd] Fix DocumentSymbol ranges

2020-07-13 Thread Kirill Bobyrev via Phabricator via cfe-commits
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

[PATCH] D83668: [clangd] Fix DocumentSymbol ranges

2020-07-13 Thread Kirill Bobyrev via Phabricator via cfe-commits
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:

[PATCH] D83668: [clangd] Fix DocumentSymbol ranges

2020-07-13 Thread Kirill Bobyrev via Phabricator via cfe-commits
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.