ΒΆstd::unique_ptr<FrontendAction>
CreateFrontendAction(clang::CompilerInstance& CI)
std::unique_ptr<FrontendAction>
CreateFrontendAction(clang::CompilerInstance& CI)
Description
Construct the FrontendAction of a compiler invocation based on the options specified for the compiler invocation.
Declared at: clang/include/clang/FrontendTool/Utils.h:28
Parameters
Returns
- The created FrontendAction object