[PATCH] D43182: [clangd] SymbolLocation only covers symbol name.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 12 05:27:14 PST 2018


hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: ioeric, jkorous-apple, ilya-biryukov, klimek.

- Change the offset range to half-open, [start, end).
- Fix a few fixmes.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43182

Files:
  clangd/index/Index.cpp
  clangd/index/Index.h
  clangd/index/SymbolCollector.cpp
  unittests/clangd/SymbolCollectorTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43182.133839.patch
Type: text/x-patch
Size: 8518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180212/627163f5/attachment.bin>


More information about the cfe-commits mailing list