Skip to content

Commit 76222c3

Browse files
Merge pull request #74 from goblint/expose_fresh_label
Expose `Cil.freshLabel`
2 parents 147b210 + 52161cd commit 76222c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cil.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,6 +2657,8 @@ val endsWith: string -> string -> bool
26572657
(** If string has leading and trailing __, strip them. *)
26582658
val stripUnderscores: string -> string
26592659

2660+
(** To generate new labels which do not provoke collision *)
2661+
val freshLabel: string -> string
26602662

26612663
(** {b An Interpreter for constructing CIL constructs} *)
26622664

0 commit comments

Comments
 (0)