MLIR  20.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 361 of file IRModule.h.

Member Data Documentation

◆ location

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

Definition at line 363 of file IRModule.h.

◆ message

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

Definition at line 364 of file IRModule.h.

◆ notes

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

Definition at line 365 of file IRModule.h.

◆ severity

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

Definition at line 362 of file IRModule.h.


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