Skip to content
Snippets Groups Projects
Commit 0d326d65 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

minor: adding comments

parent e6b60d26
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,12 @@ ...@@ -20,7 +20,12 @@
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(** Generation of default [allocates \nothing] clauses. *) (** Generation of default [allocates \nothing] clauses.
Automatic generation of [allocates \nothing] and [loop allocates \nothing]
clauses has been removed until a plugin supports them.
To force generation, the following functions can be used.
*)
val add_allocates_nothing_funspec: Cil_types.kernel_function -> unit val add_allocates_nothing_funspec: Cil_types.kernel_function -> unit
(** Adds [allocates \nothing] to the default behavior of the function (** Adds [allocates \nothing] to the default behavior of the function
......
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