We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eab9d6 commit 84f806eCopy full SHA for 84f806e
src/analyses/apron/relationAnalysis.apron.ml
@@ -261,7 +261,7 @@ struct
261
| TPtr (t, _) -> Some ((bitsSizeOf t) / 8)
262
| _ -> None
263
264
- (*the relational domain is not able to evaluate sizeOf expressions those have to be replaces with constants*)
+ (* the relational domain is not able to evaluate sizeOf expressions those have to be replaced with constants *)
265
let rec replaceSizeOf exp : exp =
266
match exp with
267
| SizeOf typ -> (CastE (!upointType, sizeOf typ )) (*evaluate sizeOf*)
0 commit comments