clang 20.0.0git
|
#include "clang/Tooling/StandaloneExecution.h"
#include "clang/Tooling/ToolExecutorPluginRegistry.h"
Go to the source code of this file.
Classes | |
class | clang::tooling::StandaloneToolExecutorPlugin |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
static llvm::Error | clang::tooling::make_string_error (const llvm::Twine &Message) |
static ArgumentsAdjuster | clang::tooling::getDefaultArgumentsAdjusters () |
static ToolExecutorPluginRegistry::Add< StandaloneToolExecutorPlugin > | clang::tooling::X ("standalone", "Runs FrontendActions on a set of files provided " "via positional arguments.") |