Skip to content
Snippets Groups Projects
Commit 979760f8 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Add -e-acsl-temporal option

parent a844fff1
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,13 @@ module Gmp_only =
let help = "always use GMP integers instead of C integral types"
end)
module Temporal_validity =
False
(struct
let option_name = "-e-acsl-temporal-validity"
let help = "enable temporal analysis in valid annotations"
end)
module Full_mmodel =
False
(struct
......
......@@ -30,6 +30,7 @@ module Gmp_only: Parameter_sig.Bool
module Full_mmodel: Parameter_sig.Bool
module Project_name: Parameter_sig.String
module Builtins: Parameter_sig.String_set
module Temporal_validity: Parameter_sig.Bool
val must_visit: unit -> bool
......
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