Skip to content
Snippets Groups Projects
Commit b489cd3d authored by David Bühler's avatar David Bühler
Browse files

[ivette] Property table: adds a filter for assumes clauses.

parent bcf23963
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,7 @@ function filterKind( ...@@ -137,6 +137,7 @@ function filterKind(
case 'reachable': return filter('kind.reachable'); case 'reachable': return filter('kind.reachable');
case 'axiomatic': return filter('kind.axiomatic'); case 'axiomatic': return filter('kind.axiomatic');
case 'loop_pragma': return filter('kind.pragma'); case 'loop_pragma': return filter('kind.pragma');
case 'assumes': return filter('kind.assumes');
default: return filter('kind.others'); default: return filter('kind.others');
} }
} }
...@@ -347,6 +348,7 @@ function PropertyFilter() { ...@@ -347,6 +348,7 @@ function PropertyFilter() {
<CheckField label="Reachables" path="kind.reachable" /> <CheckField label="Reachables" path="kind.reachable" />
<CheckField label="Axiomatics" path="kind.axiomatic" /> <CheckField label="Axiomatics" path="kind.axiomatic" />
<CheckField label="Pragma" path="kind.pragma" /> <CheckField label="Pragma" path="kind.pragma" />
<CheckField label="Assumes" path="kind.assumes" />
<CheckField label="Others" path="kind.others" /> <CheckField label="Others" path="kind.others" />
</Section> </Section>
<Section label="Alarms"> <Section label="Alarms">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment