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

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 05:29:28 PDT 2018


hokein updated this revision to Diff 161927.
hokein added a comment.
Herald added a subscriber: kadircet.

Update the patch based on our offline discussion

- only one single clang intefaces implementation, and move finding references to current symbol collector;
- store references in SymbolSlab;


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D50385

Files:
  clangd/index/FileIndex.cpp
  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.161927.patch
Type: text/x-patch
Size: 54431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180822/efada277/attachment-0001.bin>


More information about the cfe-commits mailing list