clang  9.0.0
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 51 of file CodeGenAction.cpp.

Constructor & Destructor Documentation

◆ ClangDiagnosticHandler()

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

Definition at line 53 of file CodeGenAction.cpp.

Member Function Documentation

◆ handleDiagnostics()

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

Definition at line 383 of file CodeGenAction.cpp.

◆ isAnalysisRemarkEnabled()

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

Definition at line 58 of file CodeGenAction.cpp.

◆ isAnyRemarkEnabled()

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

Definition at line 71 of file CodeGenAction.cpp.

◆ isMissedOptRemarkEnabled()

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

Definition at line 62 of file CodeGenAction.cpp.

◆ isPassedOptRemarkEnabled()

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

Definition at line 66 of file CodeGenAction.cpp.


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