[PATCH] D65628: [clang-doc] Parallelize reducing phase

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 13:37:21 PDT 2019


juliehockett accepted this revision.
juliehockett added a comment.
This revision is now accepted and ready to land.

LGTM (after comment nit addressed)



================
Comment at: clang-tools-extra/clang-doc/tool/ClangDocMain.cpp:249
+  Error = false;
+  llvm::ThreadPool Pool(ExecutorConcurrency == 0 ? llvm::hardware_concurrency()
+                                                 : ExecutorConcurrency);
----------------
nit: comment about where this var is coming from


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

https://reviews.llvm.org/D65628





More information about the cfe-commits mailing list