sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: clangd/Threading.cpp:7 #include <thread> -#ifdef HAVE_PTHREAD_H +#if defined(__USE_POSIX) #include <pthread.h> ---------------- nit: just ifdef? Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D53935 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits