clang 20.0.0git
|
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
std::unique_ptr< FrontendAction > | clang::CreateFrontendAction (CompilerInstance &CI) |
Construct the FrontendAction of a compiler invocation based on the options specified for the compiler invocation. | |
bool | clang::ExecuteCompilerInvocation (CompilerInstance *Clang) |
ExecuteCompilerInvocation - Execute the given actions described by the compiler invocation object in the given compiler instance. | |