clang  10.0.0git
Public Member Functions | List of all members
clang::ClangDiagnosticHandler Class Referencefinal
Inheritance diagram for clang::ClangDiagnosticHandler:
[legend]
Collaboration diagram for clang::ClangDiagnosticHandler:
[legend]

Public Member Functions

 ClangDiagnosticHandler (const CodeGenOptions &CGOpts, BackendConsumer *BCon)
 
bool handleDiagnostics (const DiagnosticInfo &DI) override
 
bool isAnalysisRemarkEnabled (StringRef PassName) const override
 
bool isMissedOptRemarkEnabled (StringRef PassName) const override
 
bool isPassedOptRemarkEnabled (StringRef PassName) const override
 
bool isAnyRemarkEnabled () const override
 

Detailed Description

Definition at line 54 of file CodeGenAction.cpp.

Constructor & Destructor Documentation

◆ ClangDiagnosticHandler()

clang::ClangDiagnosticHandler::ClangDiagnosticHandler ( const CodeGenOptions CGOpts,
BackendConsumer BCon 
)
inline

Definition at line 56 of file CodeGenAction.cpp.

Member Function Documentation

◆ handleDiagnostics()

bool ClangDiagnosticHandler::handleDiagnostics ( const DiagnosticInfo &  DI)
override

Definition at line 422 of file CodeGenAction.cpp.

◆ isAnalysisRemarkEnabled()

bool clang::ClangDiagnosticHandler::isAnalysisRemarkEnabled ( StringRef  PassName) const
inlineoverride

Definition at line 61 of file CodeGenAction.cpp.

◆ isAnyRemarkEnabled()

bool clang::ClangDiagnosticHandler::isAnyRemarkEnabled ( ) const
inlineoverride

Definition at line 74 of file CodeGenAction.cpp.

◆ isMissedOptRemarkEnabled()

bool clang::ClangDiagnosticHandler::isMissedOptRemarkEnabled ( StringRef  PassName) const
inlineoverride

Definition at line 65 of file CodeGenAction.cpp.

◆ isPassedOptRemarkEnabled()

bool clang::ClangDiagnosticHandler::isPassedOptRemarkEnabled ( StringRef  PassName) const
inlineoverride

Definition at line 69 of file CodeGenAction.cpp.


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