Module InferModules.Issue

type t = {
proc_name : InferIR.Typ.Procname.t;
proc_location : InferBase.Location.t;
err_key : InferIR.Errlog.err_key;
err_data : InferIR.Errlog.err_data;
}
val sort_filter_issues : t list -> t list