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

[Eva] Changes "value analysis" into "Eva" in some messages.

parent 3075e819
No related branches found
No related tags found
No related merge requests found
...@@ -390,7 +390,7 @@ module Make ...@@ -390,7 +390,7 @@ module Make
in in
match initial_state with match initial_state with
| `Bottom -> | `Bottom ->
Value_parameters.result "Value analysis not started because globals \ Value_parameters.result "Eva not started because globals \
initialization is not computable."; initialization is not computable.";
Eval_annots.mark_invalid_initializers () Eval_annots.mark_invalid_initializers ()
| `Value init_state -> | `Value init_state ->
......
...@@ -549,7 +549,7 @@ module AutomaticContextMaxDepth = ...@@ -549,7 +549,7 @@ module AutomaticContextMaxDepth =
let option_name = "-eva-context-depth" let option_name = "-eva-context-depth"
let default = 2 let default = 2
let arg_name = "n" let arg_name = "n"
let help = "use <n> as the depth of the default context for value analysis. (defaults to 2)" let help = "use <n> as the depth of the default context for Eva. (defaults to 2)"
end) end)
let () = add_correctness_dep AutomaticContextMaxDepth.parameter let () = add_correctness_dep AutomaticContextMaxDepth.parameter
let () = AutomaticContextMaxDepth.add_aliases ["-context-depth"] let () = AutomaticContextMaxDepth.add_aliases ["-context-depth"]
...@@ -561,7 +561,7 @@ module AutomaticContextMaxWidth = ...@@ -561,7 +561,7 @@ module AutomaticContextMaxWidth =
let option_name = "-eva-context-width" let option_name = "-eva-context-width"
let default = 2 let default = 2
let arg_name = "n" let arg_name = "n"
let help = "use <n> as the width of the default context for value analysis. (defaults to 2)" let help = "use <n> as the width of the default context for Eva. (defaults to 2)"
end) end)
let () = AutomaticContextMaxWidth.set_range ~min:1 ~max:max_int let () = AutomaticContextMaxWidth.set_range ~min:1 ~max:max_int
let () = add_correctness_dep AutomaticContextMaxWidth.parameter let () = add_correctness_dep AutomaticContextMaxWidth.parameter
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
[eva] Initial state computed [eva] Initial state computed
[eva:initial-state] Values of globals at initialization [eva:initial-state] Values of globals at initialization
NOT ACCESSIBLE NOT ACCESSIBLE
[eva] Value analysis not started because globals initialization is not computable. [eva] Eva not started because globals initialization is not computable.
[from] ====== DEPENDENCIES COMPUTED ====== [from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate: These dependencies hold at termination for the executions that terminate:
[from] ====== END OF DEPENDENCIES ====== [from] ====== END OF DEPENDENCIES ======
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
[eva] Initial state computed [eva] Initial state computed
[eva:initial-state] Values of globals at initialization [eva:initial-state] Values of globals at initialization
NOT ACCESSIBLE NOT ACCESSIBLE
[eva] Value analysis not started because globals initialization is not computable. [eva] Eva not started because globals initialization is not computable.
[from] ====== DEPENDENCIES COMPUTED ====== [from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate: These dependencies hold at termination for the executions that terminate:
[from] ====== END OF DEPENDENCIES ====== [from] ====== END OF DEPENDENCIES ======
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
[eva] Initial state computed [eva] Initial state computed
[eva:initial-state] Values of globals at initialization [eva:initial-state] Values of globals at initialization
NOT ACCESSIBLE NOT ACCESSIBLE
[eva] Value analysis not started because globals initialization is not computable. [eva] Eva not started because globals initialization is not computable.
[from] ====== DEPENDENCIES COMPUTED ====== [from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate: These dependencies hold at termination for the executions that terminate:
[from] ====== END OF DEPENDENCIES ====== [from] ====== END OF DEPENDENCIES ======
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
[eva] Initial state computed [eva] Initial state computed
[eva:initial-state] Values of globals at initialization [eva:initial-state] Values of globals at initialization
NOT ACCESSIBLE NOT ACCESSIBLE
[eva] Value analysis not started because globals initialization is not computable. [eva] Eva not started because globals initialization is not computable.
[from] ====== DEPENDENCIES COMPUTED ====== [from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate: These dependencies hold at termination for the executions that terminate:
[from] ====== END OF DEPENDENCIES ====== [from] ====== END OF DEPENDENCIES ======
......
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