llvm-general-3.4.5.4: General purpose LLVM bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

LLVM.General.Diagnostic

Description

Diagnostics describe parse errors

Synopsis

Documentation

data Diagnostic Source

A Diagnostic described a problem during parsing of LLVM IR

diagnosticDisplay :: Diagnostic -> String Source

Convert a Diagnostic to a printable form.