[PATCH] D43068: [clangd] Remove codeComplete that returns std::future<>

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 8 04:46:20 PST 2018


ilya-biryukov created this revision.
ilya-biryukov added reviewers: hokein, ioeric, sammccall.
Herald added subscribers: jkorous-apple, klimek.

It was deprecated and callback version and is used everywhere.
Only changes to the testing code were needed.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43068

Files:
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  unittests/clangd/ClangdTests.cpp
  unittests/clangd/CodeCompleteTests.cpp
  unittests/clangd/SyncAPI.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43068.133402.patch
Type: text/x-patch
Size: 7683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180208/bab96f00/attachment.bin>


More information about the cfe-commits mailing list