[PATCH] D43671: [clangd] Address FIXME and fix comment
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 23 01:35:17 PST 2018
ioeric added a comment.
Thanks for the cleanup Kirill :)
================
Comment at: clangd/tool/ClangdMain.cpp:153
+ if (RunSynchronously) {
+ if (WorkerThreadsCount != 0) {
+ llvm::errs()
----------------
`-j` is non-zero by default, and we shouldn't show warning if users only specify `-run-synchronously`. We should only warn if user explicitly set worker count while also providing `-run-synchronously`.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43671
More information about the cfe-commits
mailing list