Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
c8d7d05d
Commit
c8d7d05d
authored
4 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Fixes the parameters name in the message of -eva-builtins-list.
parent
3e28c784
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/value/domains/cvalue/builtins.ml
+3
-3
3 additions, 3 deletions
src/plugins/value/domains/cvalue/builtins.ml
with
3 additions
and
3 deletions
src/plugins/value/domains/cvalue/builtins.ml
+
3
−
3
View file @
c8d7d05d
...
@@ -27,7 +27,7 @@ exception Invalid_nb_of_args of int
...
@@ -27,7 +27,7 @@ exception Invalid_nb_of_args of int
(* 'Always' means the builtin will always be used to replace a function
(* 'Always' means the builtin will always be used to replace a function
with its name. 'OnAuto' means that the function will be replaced only
with its name. 'OnAuto' means that the function will be replaced only
if -va
l
-builtins-auto is set. *)
if -
e
va-builtins-auto is set. *)
type
use_builtin
=
Always
|
OnAuto
type
use_builtin
=
Always
|
OnAuto
(* Table of all registered builtins; filled by [register_builtin] calls. *)
(* Table of all registered builtins; filled by [register_builtin] calls. *)
...
@@ -83,7 +83,7 @@ let () =
...
@@ -83,7 +83,7 @@ let () =
Log
.
print_on_output
Log
.
print_on_output
(
fun
fmt
->
(
fun
fmt
->
Format
.
fprintf
fmt
"@[*** LIST OF EVA BUILTINS@
\n
@
\n
\
Format
.
fprintf
fmt
"@[*** LIST OF EVA BUILTINS@
\n
@
\n
\
** Replacements set
by
-va
l
-builtins-auto:\
** Replacements set -
e
va-builtins-auto:\
@
\n
unless otherwise specified, \
@
\n
unless otherwise specified, \
function <f> is replaced by builtin \
function <f> is replaced by builtin \
Frama_C_<f>:@
\n
@
\n
@[%a@]@]@
\n
"
Frama_C_<f>:@
\n
@
\n
@[%a@]@]@
\n
"
...
@@ -97,7 +97,7 @@ let () =
...
@@ -97,7 +97,7 @@ let () =
Log
.
print_on_output
Log
.
print_on_output
(
fun
fmt
->
(
fun
fmt
->
Format
.
fprintf
fmt
"@
\n
@[** Full list of builtins \
Format
.
fprintf
fmt
"@
\n
@[** Full list of builtins \
(configurable via -va
l
-builtin):@
\n
\
(configurable via -
e
va-builtin):@
\n
\
@
\n
@[%a@]@]@
\n
"
@
\n
@[%a@]@]@
\n
"
(
Pretty_utils
.
pp_list
~
sep
:
",@ "
(
Pretty_utils
.
pp_list
~
sep
:
",@ "
Format
.
pp_print_string
)
stand_alone
);
Format
.
pp_print_string
)
stand_alone
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment