Skip to content
Snippets Groups Projects
Commit eb464077 authored by David Bühler's avatar David Bühler
Browse files

[impact] Uses Eva.Analysis computation hook instead of Db.Value.

parent c7151a6c
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ module NS = struct
fold (fun n z -> f (n, z))
let () = Db.Value.Table_By_Callstack.add_hook_on_update (fun _ -> clear_caches ())
let () = Eva.Analysis.register_computation_hook (fun _ -> clear_caches ())
end
type call_interface = (PdgTypes.Node.t * NS.t) list
......
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