Skip to content
Snippets Groups Projects
Commit e3de998a authored by David Bühler's avatar David Bühler Committed by Andre Maroneze
Browse files

[Eva] Octagons domain: learn from the valuation in assignments.

parent 6424c688
No related branches found
No related tags found
No related merge requests found
......@@ -1103,6 +1103,7 @@ module Domain = struct
(`Value state) octagons
let assign _kinstr left_value expr assigned valuation state =
update valuation state >>- fun state ->
match left_value.lval with
| Var varinfo, NoOffset when Cil.isArithmeticType varinfo.vtype ->
assign_variable varinfo expr assigned valuation state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment