Goblint_lib.CompilationDatabaseInput program from a real-world project using a compilation database.
type command_object = {directory : Goblint_std.GobFpath.t;file : Goblint_std.GobFpath.t;command : string option;arguments : string list option;output : Goblint_std.GobFpath.t option;}val command_object_to_yojson : command_object -> Yojson.Safe.tval command_object_of_yojson :
Yojson.Safe.t ->
command_object Ppx_deriving_yojson_runtime.error_orval pp_command_object :
Ppx_deriving_runtime.Format.formatter ->
command_object ->
Ppx_deriving_runtime.unitval show_command_object : command_object -> Ppx_deriving_runtime.stringtype t = command_object listval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval parse_file : Fpath.t -> tval split : command_object -> command_object listval load_and_preprocess :
all_cppflags:string list ->
Fpath.t ->
(Fpath.t * ProcessPool.task option) list