ΒΆ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

clang::CompilerInstance& CI

Returns

- The created FrontendAction object