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 69 of file CodeGenAction.cpp.

Constructor & Destructor Documentation

◆ ClangDiagnosticHandler()

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

Definition at line 71 of file CodeGenAction.cpp.

Member Function Documentation

◆ handleDiagnostics()

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

◆ isAnalysisRemarkEnabled()

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

◆ isAnyRemarkEnabled()

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

◆ isMissedOptRemarkEnabled()

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

◆ isPassedOptRemarkEnabled()

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

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