Module UpdateCil

Combination of CIL files using comparison results.

include module type of struct include UpdateCil0 end

UpdateCil functions to avoid dependency cycles.

module NodeMap = UpdateCil0.NodeMap
val location_map : GoblintCil.Cil.location NodeMap.t Stdlib.ref
val init : unit -> unit
val getLoc : Node0.t -> GoblintCil.Cil.location
val store_node_location : Node0.t -> GoblintCil.Cil.location -> unit
val update_ids : GoblintCil.file -> MaxIdUtil.max_ids -> GoblintCil.file -> CompareCIL.change_info -> MaxIdUtil.max_ids