Messages
Messages (e.g. warnings) presented to the user about the program from the analysis.
module Category = MessageCategory
module Severity : sig ... end
module Location : sig ... end
module Piece : sig ... end
module MultiPiece : sig ... end
module Tag : sig ... end
module Tags : sig ... end
module Message : sig ... end
module Table : sig ... end
val print : ?ppf:Stdlib.Format.formatter -> Message.t -> unit
val add : Table.MH.key -> unit
val final_table : unit Table.MH.t
val add_final : Table.MH.key -> unit
val current_context : ControlSpecC.t option Stdlib.ref
val msg_context : unit -> ControlSpecC.t option
val msg :
Severity.t ->
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'b
val msg_noloc :
Severity.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'b
val msg_group :
Severity.t ->
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a,
unit,
Pretty.doc,
(GoblintCil.Pretty.doc * Location.t option) list ->
unit)
Stdlib.format4 ->
'b
val warn :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val warn_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val error :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val error_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val info :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val info_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val debug :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val debug_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val success :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val success_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'a
val msg_final :
Severity.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'b
include module type of struct include Goblint_tracing end
module Strs = Goblint_tracing.Strs
val trace_sys : Strs.t Stdlib.ref
val activated : Strs.t Stdlib.ref
val active_dep : (string, Strs.t) Stdlib.Hashtbl.t
val addsystem : Strs.elt -> unit
val trace :
Strs.elt ->
?var:string ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'b
val tracec :
Strs.elt ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'b
val traceu :
Strs.elt ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'b
val tracel :
Strs.elt ->
?var:string ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'b
val traceli :
Strs.elt ->
?var:string ->
?subsys:string list ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'b