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
7f31522c
Commit
7f31522c
authored
4 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Renames the message key 'correctness' into 'config'.
parent
bed150f6
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/value_parameters.ml
+5
-5
5 additions, 5 deletions
src/plugins/value/value_parameters.ml
with
5 additions
and
5 deletions
src/plugins/value/value_parameters.ml
+
5
−
5
View file @
7f31522c
...
...
@@ -84,7 +84,7 @@ let dkey_incompatible_states = register_category "incompatible-states"
let
dkey_iterator
=
register_category
"iterator"
let
dkey_callbacks
=
register_category
"callbacks"
let
dkey_widening
=
register_category
"widening"
let
dkey_co
rrectness
=
register_category
"co
rrectness
"
let
dkey_co
nfig
=
register_category
"co
nfig
"
let
()
=
let
activate
dkey
=
add_debug_keys
dkey
in
...
...
@@ -1428,8 +1428,8 @@ let parameters_tuning =
Typed_parameter
.
Set
.
elements
!
parameters_tuning
let
print_correctness_parameters
()
=
feedback
~
dkey
:
dkey_co
rrectness
"
Parameters affecting the correctnes
s of the analysis:"
;
feedback
~
dkey
:
dkey_co
nfig
"
Correctness parameter
s of the analysis:"
;
let
print
param
=
let
name
=
param
.
Typed_parameter
.
name
in
let
value
=
Typed_parameter
.
get_value
param
in
...
...
@@ -1446,12 +1446,12 @@ let print_warning_status name (module Plugin: Log.Messages) =
let
is_enabled
(
_key
,
status
)
=
is_active
status
in
let
enabled
,
disabled
=
List
.
partition
is_enabled
warning_categories
in
let
pp_categories
=
Pretty_utils
.
pp_list
~
sep
:
",@ "
Plugin
.
pp_warn_category
in
feedback
~
dkey
:
dkey_co
rrectness
"%s warning categories:"
name
;
feedback
~
dkey
:
dkey_co
nfig
"%s warning categories:"
name
;
printf
" Enabled: @[%a@]"
pp_categories
(
List
.
map
fst
enabled
);
printf
" Disabled: @[%a@]"
pp_categories
(
List
.
map
fst
disabled
)
let
print_configuration
()
=
if
is_debug_key_enabled
dkey_co
rrectness
if
is_debug_key_enabled
dkey_co
nfig
then
begin
print_correctness_parameters
()
;
...
...
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