[PATCH] D54999: [clangd] Populate include graph during static indexing action.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 28 04:19:57 PST 2018
kadircet created this revision.
kadircet added a reviewer: ilya-biryukov.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ioeric, mgorny.
This is the second part for introducing include hierarchy into index
files produced by clangd. You can see the base patch that introduces structures
and discusses the future of the patches in D54817 <https://reviews.llvm.org/D54817>
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54999
Files:
clangd/index/IndexAction.cpp
clangd/index/IndexAction.h
unittests/clangd/CMakeLists.txt
unittests/clangd/IndexActionTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54999.175664.patch
Type: text/x-patch
Size: 12237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181128/58c09eee/attachment.bin>
More information about the cfe-commits
mailing list