Skip to content
Snippets Groups Projects
Commit b8536a75 authored by Basile Desloges's avatar Basile Desloges Committed by Julien Signoles
Browse files

[eacsl] Update Logic_normalizer to visit global annotations

parent 3994d21b
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ let preprocessor = object
(* Only logic functions and logic predicates are handled.
E-acsl simply ignores all the other global annotations *)
method !glob_annot _ = Cil.DoChildren
method !vannotation annot =
match annot with
| Dfun_or_pred _ -> Cil.DoChildren
......
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