[PATCH] D38583: [clangd] Added async API to run code completion.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 06:19:52 PDT 2017


ilya-biryukov created this revision.

ClangdServer now provides async code completion API.
It is still used synchronously by ClangdLSPServer, more work is needed
to allow processing other requests in parallel while completion (or
any other request) is running.


https://reviews.llvm.org/D38583

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  unittests/clangd/ClangdTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38583.117807.patch
Type: text/x-patch
Size: 7952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171005/bb19dc08/attachment-0001.bin>


More information about the cfe-commits mailing list