[PATCH] D50385: [clangd] Collect symbol occurrences from AST.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 26 22:24:38 PDT 2018


hokein updated this revision to Diff 162611.
hokein marked 7 inline comments as done.
hokein added a comment.

Update the patch based on our new discussion

- SymbolOccurrenceSlab for storing underlying occurrence data
- reuse SymbolCollector to collect symbol occurrences


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D50385

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50385.162611.patch
Type: text/x-patch
Size: 12740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180827/7ec6069b/attachment-0001.bin>


More information about the cfe-commits mailing list