Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Dec 4, 2023
1 parent 13ac200 commit efa2394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cdomains/apron/affineEqualityDomain.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ struct

let assign_exp (t: VarManagement(Vc)(Mx).t) var exp (no_ov: bool Lazy.t) =
let t = if not @@ Environment.mem_var t.env var then add_vars t [var] else t in
(* TODO: Do we need to do a constant folding here? It happens for texpr1_of_cil_exp *)
match Convert.texpr1_expr_of_cil_exp t t.env exp (Lazy.force no_ov) with
| exp -> assign_texpr t var exp
| exception Convert.Unsupported_CilExp _ ->
Expand Down

0 comments on commit efa2394

Please sign in to comment.