clang 22.0.0git
clang::format::FatalDiagnosticConsumer Class Reference
Inheritance diagram for clang::format::FatalDiagnosticConsumer:
[legend]

Public Member Functions

void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) override
 Handle this diagnostic, reporting it to the user or capturing it to a log as needed.
bool fatalError () const
Public Member Functions inherited from clang::DiagnosticConsumer
 DiagnosticConsumer ()=default
virtual ~DiagnosticConsumer ()
unsigned getNumErrors () const
unsigned getNumWarnings () const
virtual void clear ()
virtual void BeginSourceFile (const LangOptions &LangOpts, const Preprocessor *PP=nullptr)
 Callback to inform the diagnostic client that processing of a source file is beginning.
virtual void EndSourceFile ()
 Callback to inform the diagnostic client that processing of a source file has ended.
virtual void finish ()
 Callback to inform the diagnostic client that processing of all source files has ended.
virtual bool IncludeInDiagnosticCounts () const
 Indicates whether the diagnostics handled by this DiagnosticConsumer should be included in the number of diagnostics reported by DiagnosticsEngine.

Additional Inherited Members

Protected Attributes inherited from clang::DiagnosticConsumer
unsigned NumWarnings = 0
 Number of warnings reported.
unsigned NumErrors = 0
 Number of errors reported.

Detailed Description

Definition at line 37 of file TokenAnalyzer.cpp.

Member Function Documentation

◆ fatalError()

bool clang::format::FatalDiagnosticConsumer::fatalError ( ) const
inline

Definition at line 49 of file TokenAnalyzer.cpp.

Referenced by clang::format::Environment::make().

◆ HandleDiagnostic()

void clang::format::FatalDiagnosticConsumer::HandleDiagnostic ( DiagnosticsEngine::Level DiagLevel,
const Diagnostic & Info )
inlineoverridevirtual

Handle this diagnostic, reporting it to the user or capturing it to a log as needed.

The default implementation just keeps track of the total number of warnings and errors.

Reimplemented from clang::DiagnosticConsumer.

Definition at line 39 of file TokenAnalyzer.cpp.

References clang::DiagnosticsEngine::Fatal, and clang::Diagnostic::FormatDiagnostic().


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