You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let invs =WitnessUtil.InvariantExp.process_exp inv in
235
+
let invs =Invariant.process_exp inv in
236
236
Queries.NS.fold (funnacc ->
237
237
let fundec =Node.find_fundec n in
238
238
matchWitnessInvariant.location_location n with(* Not just using Node.location because it returns expression location which may be invalid for location invariant (e.g. inside conditional). *)
0 commit comments