kadircet accepted this revision.
kadircet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clangd/tool/ClangdMain.cpp:356
+  if (Test)
+    preventThreadStarvationInTests();
   std::unique_ptr<SymbolIndex> StaticIdx;
----------------
Can we move this to the beginning of main, it seems like that's where we handle 
test specific adjustments, could be better to keep them in one place.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54938/new/

https://reviews.llvm.org/D54938



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to