Skip to content

Commit

Permalink
Mark TODO completed
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jul 12, 2024
1 parent 3a30b0c commit c35fd86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdomains/apron/sharedFunctions.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ struct
let append_summand (c:Coeff.union_5) v =
match V.to_cil_varinfo v with
| Some vinfo when IntDomain.Size.is_cast_injective ~from_type:vinfo.vtype ~to_type:(TInt(ILongLong,[])) ->
(* TODO: What to do with variables that have a type that cannot be stored into ILongLong to avoid overflows? *)
let var = Cilfacade.mkCast ~e:(Lval(Var vinfo,NoOffset)) ~newt:longlong in
let coeff, flip = coeff_to_const true c in
let prod = BinOp(Mult, coeff, var, longlong) in
Expand Down

0 comments on commit c35fd86

Please sign in to comment.