clang
7.0.0
|
#include "clang/Tooling/AllTUsExecution.h"
#include "clang/Tooling/ToolExecutorPluginRegistry.h"
#include "llvm/Support/ThreadPool.h"
Go to the source code of this file.
Classes | |
class | clang::tooling::AllTUsToolExecutorPlugin |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |
Functions | |
static llvm::cl::opt< unsigned > | clang::tooling::ExecutorConcurrency ("execute-concurrency", llvm::cl::desc("The number of threads used to process all files in " "parallel. Set to 0 for hardware concurrency."), llvm::cl::init(0)) |
static ToolExecutorPluginRegistry::Add< AllTUsToolExecutorPlugin > | clang::tooling::X ("all-TUs", "Runs FrontendActions on all TUs in the compilation database. " "Tool results are stored in memory.") |
Variables | |
volatile int | clang::tooling::AllTUsToolExecutorAnchorSource = 0 |