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
992434d9
Commit
992434d9
authored
3 years ago
by
Thibaut Benjamin
Committed by
Julien Signoles
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[e-acsl] typographic corrections
parent
5ce65794
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/plugins/e-acsl/src/analyses/bound_variables.ml
+4
-0
4 additions, 0 deletions
src/plugins/e-acsl/src/analyses/bound_variables.ml
src/plugins/e-acsl/src/code_generator/env.ml
+1
-1
1 addition, 1 deletion
src/plugins/e-acsl/src/code_generator/env.ml
with
5 additions
and
1 deletion
src/plugins/e-acsl/src/analyses/bound_variables.ml
+
4
−
0
View file @
992434d9
...
...
@@ -495,6 +495,10 @@ end = struct
Error
.
untypable
msg
end
(******************************************************************************)
(** Syntactical analysis *)
(******************************************************************************)
(** [extract_constraint ctxt t1 r t2] populates the quantification context
[ctxt] with the constraint [t1 r t2], either adding a lower bound if [t2] is
a bounded variable or adding an upper bound if [t1] is a bounded variable.
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/src/code_generator/env.ml
+
1
−
1
View file @
992434d9
...
...
@@ -445,7 +445,7 @@ let transfer ~from env = match from.env_stack, env.env_stack with
type
where
=
Before
|
Middle
|
After
let
pop_and_get
?
(
split
=
false
)
env
stmt
~
global_clear
where
=
let
split
=
split
&&
stmt
.
labels
=
[]
in
(*
Options.feedback "pop_and_get from %a (%b)" Printer.pp_stmt stmt split;*)
(* Options.feedback "pop_and_get from %a (%b)" Printer.pp_stmt stmt split;
*)
let
local_env
,
tl
=
top
env
in
let
clear
=
if
global_clear
then
begin
...
...
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