Skip to content
Snippets Groups Projects
Commit 7361ccf7 authored by Valentin Perrelle's avatar Valentin Perrelle
Browse files

[Variadic] Export Variadic.Options through the API

parent 365ca340
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,12 @@
(* *)
(**************************************************************************)
(* Nothing is exported statically. *)
module Options: sig
(** When enabled, the plugin traverses the current AST, and translates
variadic functions, references to va_arg and variadic builtins to a
semantically code. *)
module Enabled : Parameter_sig.Bool
(** In strict mode, non-portable casts between integral types are forbidden
in calls to LibC's variadic functions. *)
module Strict : Parameter_sig.Bool
end
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