[PATCH] D37150: [clangd] Command line arg to specify compile_commands.json path
William Enright via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 06:20:26 PDT 2017
Nebiroth added inline comments.
================
Comment at: clangd/tool/ClangdMain.cpp:20
#include <thread>
+#include <unistd.h>
----------------
malaperle wrote:
> William, did you perhaps miss this comment? I don't think unistd.h makes sense here.
I indeed missed it.
https://reviews.llvm.org/D37150
More information about the cfe-commits
mailing list