Skip to content
Snippets Groups Projects
Commit d312d974 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'feature/wp/minimize-dune-diff-region' into 'master'

[wp] Minimize dune diff region

See merge request frama-c/frama-c!3618
parents 4c37d673 b93a6857
No related branches found
No related tags found
No related merge requests found
......@@ -357,6 +357,18 @@ module Region_annot =
let help = "Register '@region' ACSL Annotations (auto with -wp-region)"
end)
let () = Parameter_customize.set_group wp_region
let () = Parameter_customize.is_invisible ()
module Region_output_dot =
Filepath
(struct
let option_name = "-wp-region-output-dot"
let arg_name = "output.dot"
let file_kind = "DOT"
let existence = Fc_Filepath.Indifferent
let help = "Outputs the region graph in DOT format to the specified file."
end)
(* ------------------------------------------------------------------------ *)
(* --- WP Strategy --- *)
(* ------------------------------------------------------------------------ *)
......
......@@ -71,6 +71,7 @@ module Region_annot: Parameter_sig.Bool
module Region_inline: Parameter_sig.Bool
module Region_fixpoint: Parameter_sig.Bool
module Region_cluster: Parameter_sig.Bool
module Region_output_dot : Parameter_sig.Filepath
(** {2 Computation Strategies} *)
......
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