MLIR  19.0.0git
Public Attributes | List of all members
MlirDiagnostic Struct Reference

An opaque reference to a diagnostic, always owned by the diagnostics engine (context). More...

#include "mlir-c/Diagnostics.h"

Public Attributes

void * ptr
 

Detailed Description

An opaque reference to a diagnostic, always owned by the diagnostics engine (context).

Must not be stored outside of the diagnostic handler.

Definition at line 26 of file Diagnostics.h.

Member Data Documentation

◆ ptr

void* MlirDiagnostic::ptr

Definition at line 27 of file Diagnostics.h.

Referenced by unwrap().


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