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 6c9eff3 commit 1ce9de0Copy full SHA for 1ce9de0
src/cdomain/value/cdomains/intDomain0.ml
@@ -321,7 +321,7 @@ struct
321
let is_bot x = I.is_bot x.v
322
let top_of ikind = { v = I.top_of ikind; ikind}
323
let top () = failwith "top () is not implemented for IntDomLifter."
324
- let is_top _ = false
+ let is_top _ = failwith "is_top is not implemented for IntDomLifter."
325
326
(* Leq does not check for ikind, because it is used in invariant with arguments of different type.
327
TODO: check ikinds here and fix invariant to work with right ikinds *)
0 commit comments