omtcyfz marked an inline comment as done.
omtcyfz added inline comments.
================
Comment at: clangd/tool/ClangdMain.cpp:153
+ if (RunSynchronously) {
+ if (WorkerThreadsCount != 0) {
+ llvm::errs()
----------------
ioeric wrote:
> `-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`.
Oh, you're correct, I should've been more careful. This should be fine now.
https://reviews.llvm.org/D43671
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits