ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.

Oops, just realized I forgot to push the "send" button!



================
Comment at: clangd/tool/ClangdMain.cpp:153
+  if (RunSynchronously) {
+    if (WorkerThreadsCount.getNumOccurrences()) {
+      llvm::errs() << "-j option will be ignored because -run-synchronously is 
"
----------------
nit: no need for braces around one liners.

To make this an real one line, maybe `"Ignoring -j because -run-synchronously 
is set.\n"`?


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