Module Backend.Issue

type t = {
  1. err_data : Absint.Errlog.err_data;
  2. err_key : Absint.Errlog.err_key;
  3. proc_location_opt : IBase.Location.t option;
  4. proc_name : IR.Procname.t;
}
val sort_filter_issues : t list -> t list