]> granicus.if.org Git - clang/commit
[Tooling] Expose ExecutorConcurrency option.
authorDiego Astiazaran <diegoaat97@gmail.com>
Wed, 7 Aug 2019 18:35:28 +0000 (18:35 +0000)
committerDiego Astiazaran <diegoaat97@gmail.com>
Wed, 7 Aug 2019 18:35:28 +0000 (18:35 +0000)
commitf8f8a6bc32f85d471feb4e0f4ea10f41dbbaf8ab
tree083cf45b47d8c85f1347738870593ce91a6c1b52
parent2278ab1b680d1265a09a003cb281b60e183a18e7
[Tooling] Expose ExecutorConcurrency option.

D65628 requires a flag to specify the number of threads for a clang-doc step. It would be good to use ExecutorConcurrency after exposing it instead of creating a new one that has the same purpose.

Differential Revision: https://reviews.llvm.org/D65833

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368196 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/AllTUsExecution.h
lib/Tooling/AllTUsExecution.cpp