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
ffb202d8
Commit
ffb202d8
authored
3 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
Avoid issues with Landmarks' PPX and constructors inside methods
parent
dad6a08d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/plugins/dive/build.ml
+1
-1
1 addition, 1 deletion
src/plugins/dive/build.ml
src/plugins/wp/TacInduction.ml
+1
-1
1 addition, 1 deletion
src/plugins/wp/TacInduction.ml
src/plugins/wp/TacSequence.ml
+1
-1
1 addition, 1 deletion
src/plugins/wp/TacSequence.ml
with
3 additions
and
3 deletions
src/plugins/dive/build.ml
+
1
−
1
View file @
ffb202d8
...
@@ -47,7 +47,7 @@ struct
...
@@ -47,7 +47,7 @@ struct
let
visitor
f
=
let
visitor
f
=
object
object
inherit
Visitor
.
frama_c_inplace
inherit
Visitor
.
frama_c_inplace
method
!
vlval
lval
=
f
lval
;
SkipChildren
method
!
vlval
lval
=
f
lval
;
Cil
.
SkipChildren
end
end
let
from_exp
f
exp
=
let
from_exp
f
exp
=
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/TacInduction.ml
+
1
−
1
View file @
ffb202d8
...
@@ -108,7 +108,7 @@ class induction =
...
@@ -108,7 +108,7 @@ class induction =
let
value
=
Tactical
.
selected
s
in
let
value
=
Tactical
.
selected
s
in
if
F
.
is_int
value
then
if
F
.
is_int
value
then
match
self
#
get_base
()
with
match
self
#
get_base
()
with
|
Some
base
->
Applicable
(
process
value
base
)
|
Some
base
->
Tactical
.
Applicable
(
process
value
base
)
|
None
->
Not_configured
|
None
->
Not_configured
else
Not_applicable
else
Not_applicable
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/TacSequence.ml
+
1
−
1
View file @
ffb202d8
...
@@ -59,7 +59,7 @@ class sequence =
...
@@ -59,7 +59,7 @@ class sequence =
|
Fun
(
f
,
[
a
;
n
])
when
f
==
Vlist
.
f_repeat
->
|
Fun
(
f
,
[
a
;
n
])
when
f
==
Vlist
.
f_repeat
->
let
result
=
F
.
typeof
value
in
let
result
=
F
.
typeof
value
in
let
at
=
Tactical
.
at
s
in
let
at
=
Tactical
.
at
s
in
Applicable
Tactical
.
Applicable
begin
begin
match
self
#
get_field
vmode
with
match
self
#
get_field
vmode
with
|
`Sum
->
|
`Sum
->
...
...
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