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
a4cb465d
Commit
a4cb465d
authored
3 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[e-acsl] fix post-merge crash
parent
a8575ca3
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
src/plugins/e-acsl/src/analyses/analyses.ml
+1
-1
1 addition, 1 deletion
src/plugins/e-acsl/src/analyses/analyses.ml
src/plugins/e-acsl/src/analyses/labels.ml
+3
-0
3 additions, 0 deletions
src/plugins/e-acsl/src/analyses/labels.ml
with
4 additions
and
1 deletion
src/plugins/e-acsl/src/analyses/analyses.ml
+
1
−
1
View file @
a4cb465d
...
...
@@ -32,7 +32,7 @@ let preprocess () =
analyses_feedback
"typing annotations"
;
Typing
.
type_program
ast
;
analyses_feedback
"computing
translation
locations of labeled predicates and terms"
;
"computing
future
locations of labeled predicates and terms"
;
Labels
.
preprocess
ast
let
reset
()
=
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/src/analyses/labels.ml
+
3
−
0
View file @
a4cb465d
...
...
@@ -517,6 +517,8 @@ class vis_at_labels () = object (self)
inherit
E_acsl_visitor
.
visitor
dkey
method
!
glob_annot
_
=
Cil
.
SkipChildren
(** Launch the analysis on the given predicate. *)
method
!
vpredicate
p
=
let
kf
=
Option
.
get
self
#
current_kf
in
...
...
@@ -549,6 +551,7 @@ let reset () =
Stmt
.
Hashtbl
.
clear
at_data_for_stmts
let
_debug
()
=
Options
.
feedback
~
level
:
2
"Labels preprocessing"
;
Options
.
feedback
~
level
:
2
"|Locations:"
;
Stmt
.
Hashtbl
.
iter
(
fun
stmt
ats_ref
->
...
...
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