package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-2.8.0.tbz
sha256=9175eec0143102243964e34a0786584fd590c60422009259c705a89a27f88de4
sha512=9d760007dd8d003cf596516444ed7acc7370fc3d446e75ac71b0176522c3baae090410762f9035e7aae4f6b0e394bf28bb5b1c08ca0476920b94aa919ef04f42
doc/goblint.common/Checks/index.html
Module Checks
Implements a method described in this paper from Raphaël Monat, Abdelraouf Ouadjaout and Antoine Miné : https://inria.hal.science/hal-04652657v2
This allows to track checks performed during the analysis, and to mark whether they are safe, unsafe or unknown (resp. Safe, Error, Warning).
module Kind : sig ... endmodule Category : sig ... endmodule Check : sig ... endmodule CheckMap : sig ... endmodule CategoryLocationMap : sig ... endval checks_list : (bool ref * unit CheckMap.t) CategoryLocationMap.tStore the list of checks raised by the analysis. The bool ref stores whether all checks in the map are safe. The unit CheckMap.t is the set of checks associated with the given Category.t * CilType.Location.t pair. The bool is a reference to avoid having to use the update function when updating the value. The CheckMap.t is mutable anyway so it is not a problem.
val add_check : Check.t -> unitval check :
Kind.t ->
Category.t ->
('a, unit, GoblintCil.Pretty.doc, unit) format4 ->
'aval error : Category.t -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'aval warn : Category.t -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'aval safe : Category.t -> unitval safe_msg :
Category.t ->
('a, unit, GoblintCil.Pretty.doc, unit) format4 ->
'a sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>