[PATCH] D90750: [clangd] Introduce ProjectAwareIndex
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 4 02:21:20 PST 2020
kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, arphaman, mgorny.
Herald added a project: clang.
kadircet requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
An index implementation that can dispatch to a variety of indexes
depending on the file path. Enables clangd to work with multiple indexes in the
same instance, configured via config files.
Depends on D90749 <https://reviews.llvm.org/D90749>, D90746 <https://reviews.llvm.org/D90746>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90750
Files:
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/index/ProjectAware.cpp
clang-tools-extra/clangd/index/ProjectAware.h
clang-tools-extra/clangd/unittests/CMakeLists.txt
clang-tools-extra/clangd/unittests/ProjectAwareIndexTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90750.302790.patch
Type: text/x-patch
Size: 6767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201104/88ba4d5c/attachment.bin>
More information about the cfe-commits
mailing list