[PATCH] D43671: [clangd] Address FIXME and fix comment
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 24 13:48:13 PST 2018
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
More information about the cfe-commits
mailing list