[PATCH] D60607: [clangd] Wait for compile command in ASTWorker instead of ClangdServer
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 03:56:38 PDT 2019
ioeric created this revision.
ioeric added reviewers: sammccall, ilya-biryukov.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, javed.absar.
Herald added a project: clang.
This makes addDocument non-blocking and would also allow code completion
(in fallback mode) to run when worker waits for the compile command.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D60607
Files:
clangd/ClangdServer.cpp
clangd/ClangdServer.h
clangd/Compiler.h
clangd/GlobalCompilationDatabase.cpp
clangd/TUScheduler.cpp
clangd/TUScheduler.h
unittests/clangd/ClangdTests.cpp
unittests/clangd/CodeCompleteTests.cpp
unittests/clangd/TUSchedulerTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60607.194839.patch
Type: text/x-patch
Size: 23365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190412/be546600/attachment-0001.bin>
More information about the cfe-commits
mailing list