clang  19.0.0git
Public Member Functions | List of all members
clang::ClangDiagnosticHandler Class Referencefinal
Inheritance diagram for clang::ClangDiagnosticHandler:
Inheritance graph
[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 67 of file CodeGenAction.cpp.

Constructor & Destructor Documentation

◆ ClangDiagnosticHandler()

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

Definition at line 69 of file CodeGenAction.cpp.

Member Function Documentation

◆ handleDiagnostics()

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

◆ isAnalysisRemarkEnabled()

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

Definition at line 74 of file CodeGenAction.cpp.

◆ isAnyRemarkEnabled()

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

Definition at line 84 of file CodeGenAction.cpp.

◆ isMissedOptRemarkEnabled()

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

Definition at line 77 of file CodeGenAction.cpp.

◆ isPassedOptRemarkEnabled()

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

Definition at line 80 of file CodeGenAction.cpp.


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