We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d002355 commit 3b6f4e4Copy full SHA for 3b6f4e4
src/common/util/checks.ml
@@ -114,6 +114,8 @@ module CategoryLocationMap = Hashtbl.Make (struct
114
115
116
let checks_list : (bool ref * unit CheckMap.t) CategoryLocationMap.t = CategoryLocationMap.create 113
117
+(** Store the list of checks raised by the analysis. The [bool ref] stores whether all checks in the map are safe.
118
+ The [unit CheckMap.t] is the set of checks associated with the given [Category.t * CilType.Location.t] pair. *)
119
120
let add_check check =
121
match check.Check.range with
0 commit comments