Skip to content
Snippets Groups Projects
Commit 858775a8 authored by Maxime Jacquemin's avatar Maxime Jacquemin
Browse files

Merge branch 'fix/eva/ivette-functions' into 'master'

[Eva] Requests: reloads the functions array when the computation state changes.

See merge request frama-c/frama-c!3691
parents 69f8ba0f b50729b2
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,12 @@ let () = Request.register ~package
~input:(module Kernel_ast.Kf) ~output:(module Data.Jlist (CallSite))
callers
(* ----- Functions ---------------------------------------------------------- *)
let () =
Analysis.register_computation_hook
(fun _ -> States.reload Kernel_ast.Functions.array)
(* ----- Dead code: unreachable and non-terminating statements -------------- *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment