Skip to content
Snippets Groups Projects
Commit 1fdecff9 authored by Julien Signoles's avatar Julien Signoles
Browse files

[e-acsl] lint

parent 29d304c2
No related branches found
No related tags found
No related merge requests found
......@@ -191,11 +191,11 @@ end = struct
useless. However:
- type info of many terms are accessed several times
- the translation of E-ACSL guarded quantifications generates
new terms (see module {!Quantif}) which must be typed. The term
corresponding to the bound variable [x] is actually used twice: once in the
guard and once for encoding [x+1] when incrementing it. The memoization is
only useful here and indeed prevent the generation of one extra variable in
some cases. *)
new terms (see module {!Quantif}) which must be typed. The term
corresponding to the bound variable [x] is actually used twice: once in the
guard and once for encoding [x+1] when incrementing it. The memoization is
only useful here and indeed prevent the generation of one extra variable in
some cases. *)
let tbl = Misc.Id_term.Hashtbl.create 97
let get t =
......
......@@ -158,7 +158,7 @@ let generate_code =
Options.feedback "translation done in project \"%s\"."
(Options.Project_name.get ());
copied_prj)
())
())
let generate_code =
Dynamic.register
......
......@@ -245,9 +245,9 @@ let align_error s = raise (Alignment_error s)
of [algn] or greater. Returns false otherwise.
Throws an exception if
- [attrs] contains several [align] attributes specifying different
alignments
alignments
- [attrs] has a single align attribute with a value which is less than
[algn] *)
[algn] *)
let sufficiently_aligned attrs algn =
let alignment =
List.fold_left
......
......@@ -29,7 +29,7 @@
statements to upper scopes;
- storing what is necessary to translate in [Keep_status]
- in case of temporal validity checks, adding the attribute "aligned" to
variables that are not sufficiently aligned. *)
variables that are not sufficiently aligned. *)
val prepare: unit -> unit
......
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