[PATCH] D43068: [clangd] Remove codeComplete that returns std::future<>
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 03:38:29 PST 2018
ilya-biryukov updated this revision to Diff 133825.
ilya-biryukov marked 2 inline comments as done.
ilya-biryukov added a comment.
Herald added a subscriber: mgorny.
- Added CaptureProxy<T> helper, use it to implement runCodeComplete.
- Documented that we deliberately don't expose the sync API in tests.
- Rebased onto the latest head.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43068
Files:
clangd/ClangdServer.cpp
clangd/ClangdServer.h
unittests/clangd/CMakeLists.txt
unittests/clangd/ClangdTests.cpp
unittests/clangd/CodeCompleteTests.cpp
unittests/clangd/SyncAPI.cpp
unittests/clangd/SyncAPI.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43068.133825.patch
Type: text/x-patch
Size: 11088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180212/43c66c7d/attachment-0001.bin>
More information about the cfe-commits
mailing list