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 af65ce4 commit 29ef774Copy full SHA for 29ef774
src/cdomains/unionDomain.ml
@@ -29,12 +29,12 @@ struct
29
| Cil.NoOffset ->
30
let c_lval = Option.get lval in
31
begin match lift_f with
32
- | `Lifted f ->
33
- let f_lval = Cil.addOffsetLval (Field (f, NoOffset)) c_lval in
34
- value_invariant ~offset ~lval:(Some f_lval) v
35
- | `Top
36
- | `Bot ->
37
- Invariant.none
+ | `Lifted f ->
+ let f_lval = Cil.addOffsetLval (Field (f, NoOffset)) c_lval in
+ value_invariant ~offset ~lval:(Some f_lval) v
+ | `Top
+ | `Bot ->
+ Invariant.none
38
end
39
(* invariant for one field *)
40
| Field (f, offset) ->
0 commit comments