Frama-C:
Plug-ins:
Libraries:

Frama-C API - Register

val get : select_annot:bool -> select_slice_pragma:bool -> Frama_c_kernel.Project.t

Remove in each function what isn't used to compute its outputs, or its annotations when select_annot is true, or its slicing pragmas when select_slice_pragmas is true.

  • returns

    a new project where the sparecode has been removed.

val rm_unused_globals : ?new_proj_name:string -> ?project:Frama_c_kernel.Project.t -> unit -> Frama_c_kernel.Project.t

Remove unused global types and variables from the given project (the current one if no project given). The source project is not modified. The result is in the returned new project.