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
a56be05f
Commit
a56be05f
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[wp] Filter proved properties
parent
f62cdd0b
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/wp/cfgCalculus.ml
+1
-0
1 addition, 0 deletions
src/plugins/wp/cfgCalculus.ml
src/plugins/wp/cfgGenerator.ml
+1
-1
1 addition, 1 deletion
src/plugins/wp/cfgGenerator.ml
with
2 additions
and
1 deletion
src/plugins/wp/cfgCalculus.ml
+
1
−
0
View file @
a56be05f
...
...
@@ -103,6 +103,7 @@ let is_active_mode ~mode (p: Property.t) =
->
assert
false
(* n/a *)
let
is_selected_props
(
props
:
props
)
?
pi
pid
=
WpPropId
.
filter_status
pid
&&
match
props
with
|
`All
|
`Names
[]
->
true
|
`Names
ps
->
WpPropId
.
select_by_name
ps
pid
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/cfgGenerator.ml
+
1
−
1
View file @
a56be05f
...
...
@@ -31,7 +31,7 @@ module KFmap = Kernel_function.Map
type
task
=
{
mutable
lemmas
:
LogicUsage
.
logic_lemma
list
;
mutable
modes
:
CfgCalculus
.
mode
KFmap
.
t
;
mutable
modes
:
CfgCalculus
.
mode
KFmap
.
t
;
(** TODO: when New CFG is validated, use list *)
mutable
props
:
CfgCalculus
.
props
;
}
...
...
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