Module Llvm.DiagnosticSeverity

module DiagnosticSeverity: sig .. end

The kind of Diagnostic, the result of Diagnostic.severity d. See llvm::DiagnosticSeverity.


type t = 
| Error
| Warning
| Remark
| Note