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
4d07346d
Commit
4d07346d
authored
4 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Kernel] minor fixes after review
parent
23005457
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/kernel_services/cmdline_parameters/cmdline.mli
+1
-1
1 addition, 1 deletion
src/kernel_services/cmdline_parameters/cmdline.mli
src/kernel_services/plugin_entry_points/kernel.ml
+4
-0
4 additions, 0 deletions
src/kernel_services/plugin_entry_points/kernel.ml
with
5 additions
and
1 deletion
src/kernel_services/cmdline_parameters/cmdline.mli
+
1
−
1
View file @
4d07346d
...
@@ -399,7 +399,7 @@ val deterministic: bool
...
@@ -399,7 +399,7 @@ val deterministic: bool
val
permissive
:
bool
val
permissive
:
bool
(** Downgrades some command-line errors to warnings, such as
(** Downgrades some command-line errors to warnings, such as
unknown option names and invalid values for some options
unknown option names and invalid values for some options
(e.g.
i
nexistent function names).
(e.g. n
on-
existent function names).
@since Frama-C+dev *)
@since Frama-C+dev *)
...
...
This diff is collapsed.
Click to expand it.
src/kernel_services/plugin_entry_points/kernel.ml
+
4
−
0
View file @
4d07346d
...
@@ -1639,6 +1639,7 @@ let () =
...
@@ -1639,6 +1639,7 @@ let () =
let
checks
=
add_group
"Checks"
let
checks
=
add_group
"Checks"
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
do_not_projectify
()
let
()
=
Parameter_customize
.
do_not_reset_on_copy
()
let
()
=
Parameter_customize
.
do_not_reset_on_copy
()
module
Check
=
module
Check
=
False
(
struct
False
(
struct
...
@@ -1649,6 +1650,7 @@ module Check =
...
@@ -1649,6 +1650,7 @@ module Check =
end
)
end
)
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
do_not_projectify
()
module
Copy
=
module
Copy
=
False
(
struct
False
(
struct
let
option_name
=
"-copy"
let
option_name
=
"-copy"
...
@@ -1658,6 +1660,7 @@ module Copy =
...
@@ -1658,6 +1660,7 @@ module Copy =
end
)
end
)
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
do_not_projectify
()
let
()
=
Parameter_customize
.
set_negative_option_name
""
let
()
=
Parameter_customize
.
set_negative_option_name
""
module
TypeCheck
=
module
TypeCheck
=
True
(
struct
True
(
struct
...
@@ -1710,6 +1713,7 @@ module Deterministic =
...
@@ -1710,6 +1713,7 @@ module Deterministic =
end
)
end
)
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
set_group
checks
let
()
=
Parameter_customize
.
do_not_projectify
()
let
()
=
Parameter_customize
.
set_negative_option_name
""
let
()
=
Parameter_customize
.
set_negative_option_name
""
let
()
=
Parameter_customize
.
set_cmdline_stage
Cmdline
.
Early
let
()
=
Parameter_customize
.
set_cmdline_stage
Cmdline
.
Early
module
Permissive
=
module
Permissive
=
...
...
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