MLIR  19.0.0git
Public Member Functions | List of all members
mlir::pdll::ast::InFlightDiagnostic Class Reference

This class represents a diagnostic that is inflight and set to be reported. More...

#include "mlir/Tools/PDLL/AST/Diagnostic.h"

Public Member Functions

 InFlightDiagnostic ()=default
 
 InFlightDiagnostic (InFlightDiagnostic &&rhs)
 
 ~InFlightDiagnostic ()
 
Diagnosticoperator* ()
 Access the internal diagnostic. More...
 
Diagnosticoperator-> ()
 
void report ()
 Reports the diagnostic to the engine. More...
 
void abandon ()
 Abandons this diagnostic so that it will no longer be reported. More...
 
 operator LogicalResult () const
 Allow an inflight diagnostic to be converted to 'failure', otherwise 'success' if this is an empty diagnostic. More...
 

Detailed Description

This class represents a diagnostic that is inflight and set to be reported.

This allows for last minute modifications of the diagnostic before it is emitted by a DiagnosticEngine.

Definition at line 84 of file Diagnostic.h.

Constructor & Destructor Documentation

◆ InFlightDiagnostic() [1/2]

mlir::pdll::ast::InFlightDiagnostic::InFlightDiagnostic ( )
default

◆ InFlightDiagnostic() [2/2]

mlir::pdll::ast::InFlightDiagnostic::InFlightDiagnostic ( InFlightDiagnostic &&  rhs)
inline

Definition at line 87 of file Diagnostic.h.

◆ ~InFlightDiagnostic()

mlir::pdll::ast::InFlightDiagnostic::~InFlightDiagnostic ( )
inline

Definition at line 93 of file Diagnostic.h.

References report().

Member Function Documentation

◆ abandon()

void mlir::pdll::ast::InFlightDiagnostic::abandon ( )
inline

Abandons this diagnostic so that it will no longer be reported.

Definition at line 106 of file Diagnostic.h.

◆ operator LogicalResult()

mlir::pdll::ast::InFlightDiagnostic::operator LogicalResult ( ) const
inline

Allow an inflight diagnostic to be converted to 'failure', otherwise 'success' if this is an empty diagnostic.

Definition at line 110 of file Diagnostic.h.

References mlir::failure().

◆ operator*()

Diagnostic& mlir::pdll::ast::InFlightDiagnostic::operator* ( )
inline

Access the internal diagnostic.

Definition at line 99 of file Diagnostic.h.

◆ operator->()

Diagnostic* mlir::pdll::ast::InFlightDiagnostic::operator-> ( )
inline

Definition at line 100 of file Diagnostic.h.

◆ report()

void mlir::pdll::ast::InFlightDiagnostic::report ( )

Reports the diagnostic to the engine.

Referenced by ~InFlightDiagnostic().


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