package frama-clang

  1. Overview
  2. Docs

Some transformations have to be done after having linked all files. In particular, for some of them we have to take into account the whole inheritance graph, which can be done only when all files have been parsed.

val register_transformation : unit -> unit

effectively register the needed transformations in the kernel. Done whenever we happen to parse a C++ file, so as to avoid side-effects if not necessary.

OCaml

Innovation. Community. Security.