clang API Documentation
#include <ARCMTActions.h>
Public Member Functions | |
CheckAction (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. |
Definition at line 20 of file ARCMTActions.h.
CheckAction::CheckAction | ( | FrontendAction * | WrappedAction | ) |
Definition at line 27 of file ARCMTActions.cpp.
bool CheckAction::BeginInvocation | ( | CompilerInstance & | CI | ) | [override, protected, virtual] |
Callback before starting processing a single input, giving the opportunity to modify the CompilerInvocation or do some other action before BeginSourceFileAction is called.
Reimplemented from clang::WrapperFrontendAction.
Definition at line 17 of file ARCMTActions.cpp.
References clang::arcmt::checkForManualIssues(), clang::DiagnosticsEngine::getClient(), clang::FrontendAction::getCurrentInput(), clang::CompilerInstance::getDiagnostics(), clang::CompilerInstance::getInvocation(), and clang::DiagnosticsEngine::setIgnoreAllWarnings().