[PATCH] D37150: [clangd] Command line arg to specify compile_commands.json path
    Marc-Andre Laperle via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Sep 27 20:46:45 PDT 2017
    
    
  
malaperle requested changes to this revision.
malaperle added inline comments.
This revision now requires changes to proceed.
================
Comment at: clangd/tool/ClangdMain.cpp:20
 #include <thread>
+#include <unistd.h>
 
----------------
William, did you perhaps miss this comment? I don't think unistd.h makes sense here.
https://reviews.llvm.org/D37150
    
    
More information about the cfe-commits
mailing list