MLIR  19.0.0git
Public Attributes | List of all members
mlir::python::PyDiagnostic::DiagnosticInfo Struct Reference

Materialized diagnostic information. More...

#include "Bindings/Python/IRModule.h"

Public Attributes

MlirDiagnosticSeverity severity
 
PyLocation location
 
std::string message
 
std::vector< DiagnosticInfonotes
 

Detailed Description

Materialized diagnostic information.

This is safe to access outside the diagnostic callback.

Definition at line 353 of file IRModule.h.

Member Data Documentation

◆ location

PyLocation mlir::python::PyDiagnostic::DiagnosticInfo::location

Definition at line 355 of file IRModule.h.

◆ message

std::string mlir::python::PyDiagnostic::DiagnosticInfo::message

Definition at line 356 of file IRModule.h.

◆ notes

std::vector<DiagnosticInfo> mlir::python::PyDiagnostic::DiagnosticInfo::notes

Definition at line 357 of file IRModule.h.

◆ severity

MlirDiagnosticSeverity mlir::python::PyDiagnostic::DiagnosticInfo::severity

Definition at line 354 of file IRModule.h.


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