[PATCH] D83668: [clangd] Fix DocumentSymbol ranges

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 13 04:19:10 PDT 2020


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. This patch addresses the issue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83668

Files:
  clang-tools-extra/clangd/FindSymbols.cpp
  clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83668.277378.patch
Type: text/x-patch
Size: 4708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200713/bbfd419d/attachment.bin>


More information about the cfe-commits mailing list