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;
}
val sort_filter_issues : t list -> t list