Module ASTLanguage.CIssue
type mode=|On|Offtype 'issue_type issue_desc0={issue_type : 'issue_type;issue type
description : string;Description in the error message
mode : mode;loc : IBase.Location.t;location in the code
severity : IR.Exceptions.severity;suggestion : string option;an optional suggestion or correction
}type issue_desc= IBase.IssueType.t issue_desc0
val pp_issue : Stdlib.Format.formatter -> issue_desc -> unitval should_run_check : mode -> bool