[PATCH] D105177: [clangd] Implemented indexing of standard library

Christian Kühnel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 30 01:00:19 PDT 2021


kuhnel created this revision.
Herald added subscribers: usaxena95, kadircet, arphaman, mgorny.
kuhnel requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

This is only the indexing part, it is NOT wired up to the
rest of ClandgdServer.

This is a step towards an implementation for
https://github.com/clangd/clangd/issues/618

Note: I'll pick up work on this in August, feel free to ignore this patch until then.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105177

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/index/StdLib.cpp
  clang-tools-extra/clangd/index/StdLib.h
  clang-tools-extra/clangd/unittests/CMakeLists.txt
  clang-tools-extra/clangd/unittests/StdLibIndexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105177.355465.patch
Type: text/x-patch
Size: 10480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210630/11b71e6f/attachment-0001.bin>


More information about the cfe-commits mailing list