[PATCH] D50385: [clangd] Collect symbol occurrences from AST.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 7 06:14:31 PDT 2018
hokein created this revision.
hokein added reviewers: ilya-biryukov, ioeric.
Herald added subscribers: arphaman, mgrang, jkorous, MaskRay, mgorny.
This patch implements a SymbolOccurenceCollector, which will be used to:
- Find all occurrences in AST
- Find all occurrences in MemIndex
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50385
Files:
clangd/CMakeLists.txt
clangd/index/Index.cpp
clangd/index/Index.h
clangd/index/SymbolOccurrenceCollector.cpp
clangd/index/SymbolOccurrenceCollector.h
unittests/clangd/CMakeLists.txt
unittests/clangd/SymbolOccurrenceCollectorTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50385.159495.patch
Type: text/x-patch
Size: 17193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180807/37021450/attachment-0001.bin>
More information about the cfe-commits
mailing list