tvm
|
Display diagnostics in a given display format. More...
#include <diagnostic.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("DiagnosticRenderer", DiagnosticRendererNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
ffi::TypedFunction< void(DiagnosticContext ctx)> | renderer |
Display diagnostics in a given display format.
A diagnostic renderer is responsible for converting the raw diagnostics into consumable output.
For example the terminal renderer will render a sequence of compiler diagnostics to std::out and std::err in a human readable form.
|
inlinestatic |
tvm::DiagnosticRendererNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "DiagnosticRenderer" | , |
DiagnosticRendererNode | , | ||
Object | |||
) |
ffi::TypedFunction<void(DiagnosticContext ctx)> tvm::DiagnosticRendererNode::renderer |