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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to