[PATCH] D51475: [clangd] Load YAML static index asyncrhonously.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 30 00:58:52 PDT 2018


ioeric created this revision.
ioeric added reviewers: sammccall, kbobyrev.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov, mgorny.

Loading static index can be slow (>10s for LLVM index). This allows
the clangd server to be initialized before index is loaded.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51475

Files:
  clangd/tool/CMakeLists.txt
  clangd/tool/ClangdMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51475.163275.patch
Type: text/x-patch
Size: 4227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180830/8d80e85d/attachment.bin>


More information about the cfe-commits mailing list