|
clang 22.0.0git
|
#include "clang/Tooling/Execution.h"#include "clang/Tooling/ToolExecutorPluginRegistry.h"#include "clang/Tooling/Tooling.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::tooling |
| namespace | clang::tooling::internal |
Functions | |
| llvm::cl::opt< std::string > | clang::tooling::ExecutorName ("executor", llvm::cl::desc("The name of the executor to use."), llvm::cl::init("standalone")) |
| llvm::Expected< std::unique_ptr< ToolExecutor > > | clang::tooling::internal::createExecutorFromCommandLineArgsImpl (int &argc, const char **argv, llvm::cl::OptionCategory &Category, const char *Overview=nullptr) |
| llvm::Expected< std::unique_ptr< ToolExecutor > > | clang::tooling::createExecutorFromCommandLineArgs (int &argc, const char **argv, llvm::cl::OptionCategory &Category, const char *Overview=nullptr) |
| This creates a ToolExecutor that is in the global registry based on commandline arguments. | |
Variables | |
| volatile int | clang::tooling::StandaloneToolExecutorAnchorSource = 0 |
| static int | clang::tooling::StandaloneToolExecutorAnchorDest |
| static int | clang::tooling::AllTUsToolExecutorAnchorDest |