Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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 Clang
Commits
4b2f76d3
Commit
4b2f76d3
authored
4 years ago
by
David Bühler
Committed by
Virgile Prevosto
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updates with respect to kernel changes.
parent
71ee7c80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
convert_acsl.ml
+2
-2
2 additions, 2 deletions
convert_acsl.ml
generate_spec.ml
+1
-1
1 addition, 1 deletion
generate_spec.ml
with
3 additions
and
3 deletions
convert_acsl.ml
+
2
−
2
View file @
4b2f76d3
...
...
@@ -594,9 +594,9 @@ let convert_assigns env = function
Logic_ptree
.
Writes
(
List
.
map
(
convert_from
env
)
l
)
let
convert_pred_tp
env
p
=
(* TODO: support check in ACSL++. *)
(* TODO: support check
and admit
in ACSL++. *)
let
tp_statement
=
convert_pred_named
env
p
in
{
tp_
only_check
=
false
;
tp_statement
}
{
tp_
kind
=
Assert
;
tp_statement
}
let
convert_termination_kind
=
function
|
Intermediate_format
.
Normal
->
Cil_types
.
Normal
...
...
This diff is collapsed.
Click to expand it.
generate_spec.ml
+
1
−
1
View file @
4b2f76d3
...
...
@@ -23,7 +23,7 @@
open
Logic_ptree
open
Intermediate_format
let
toplevel_pred
tp_statement
=
{
tp_
only_check
=
false
;
tp_statement
}
let
toplevel_pred
tp_statement
=
{
tp_
kind
=
Assert
;
tp_statement
}
let
const_valid
lexpr_loc
pkind
t
=
let
lexpr_node
=
...
...
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