clang API Documentation

Public Member Functions | Protected Member Functions
clang::FixItRecompile Class Reference

Emits changes to temporary files and uses them for the original frontend action. More...

#include <FrontendActions.h>

Inheritance diagram for clang::FixItRecompile:
Inheritance graph
[legend]
Collaboration diagram for clang::FixItRecompile:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FixItRecompile (FrontendAction *WrappedAction)

Protected Member Functions

bool BeginInvocation (CompilerInstance &CI) override
 Callback before starting processing a single input, giving the opportunity to modify the CompilerInvocation or do some other action before BeginSourceFileAction is called.

Detailed Description

Emits changes to temporary files and uses them for the original frontend action.

Definition at line 51 of file Rewrite/Frontend/FrontendActions.h.


Constructor & Destructor Documentation

Definition at line 53 of file Rewrite/Frontend/FrontendActions.h.


Member Function Documentation

bool FixItRecompile::BeginInvocation ( CompilerInstance CI) [override, protected, virtual]

The documentation for this class was generated from the following files: