Module Backend.Issue
type t
=
{
proc_name : IR.Procname.t;
proc_location : IBase.Location.t;
err_key : Absint.Errlog.err_key;
err_data : Absint.Errlog.err_data;
}
Backend.Issue
type t
=
{
proc_name : IR.Procname.t; |
proc_location : IBase.Location.t; |
err_key : Absint.Errlog.err_key; |
err_data : Absint.Errlog.err_data; |
}