Skip to content

Commit

Permalink
Update IntDomain to_excl_list documentation with included range of bits
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Mar 16, 2022
1 parent 4fa800f commit e382734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomains/intDomain.mli
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sig
* returns [true], the above [to_bool] should return a real value. *)

val to_excl_list: t -> (int_t list * (int64 * int64)) option
(** Gives a list representation of the excluded values if possible. *)
(** Gives a list representation of the excluded values from included range of bits if possible. *)

val of_excl_list: Cil.ikind -> int_t list -> t
(** Creates an exclusion set from a given list of integers. *)
Expand Down

0 comments on commit e382734

Please sign in to comment.