package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.0.1.tbz
sha256=dba2b664c7c125687e708e871d83fbfb6ba6d9ee98d235b4850d9a238caa84de
sha512=529987cde39691ad9e955000a3603e89c1c8cf14ed5e8b4cd3a7fc26e47d016aff571b472e2329725133c46f8d0cb45a05b88994eeffaa221a4d31b4c543adcd

doc/goblint.lib/Goblint_lib/Maingoblint/index.html

Module Goblint_lib.MaingoblintSource

This is the main program!

Sourceval writeconffile : Fpath.t option Prelude.ref
Sourceval print_version : 'a -> 'b

Print version and bail.

Sourceval print_help : 'a BatInnerIO.output -> 'b

Print helpful messages.

Sourceval option_spec_list : Arg_complete.speclist Stdlib.Lazy.t

Arg option specification

Sourceval rest_all_complete : Arg_complete.Rest_all_compat.t Stdlib.Lazy.t
Sourceval complete : string list -> unit
Sourceval parse_arguments : unit -> unit

Parse arguments. Print help if needed.

Sourceval handle_flags : unit -> unit

Initialize some globals in other modules.

Sourceval basic_preprocess_counts : int Preprocessor.FpathH.t
Sourceval basic_preprocess : all_cppflags:string list -> Fpath.t -> Fpath.t * ProcessPool.task option

Use gcc to preprocess a file. Returns the path to the preprocessed file.

Sourceval preprocess_files : unit -> (Fpath.t * ProcessPool.task option) list

Preprocess all files. Return list of preprocessed files and the temp directory name.

Sourceval parse_preprocessed : (Preprocessor.FpathH.key * ProcessPool.task option) list -> GoblintCil__.Cil.file list

Parse preprocessed files

Sourceval merge_parsed : GoblintCil__.Cil.file list -> GoblintCil.file

Merge parsed files

Sourceval preprocess_parse_merge : unit -> GoblintCil.file
Sourceval do_stats : unit -> unit
Sourceval reset_stats : unit -> unit
Sourceval do_analyze : Analyses.increment_data -> GoblintCil.file -> unit

Perform the analysis over the merged AST.

Sourceval do_html_output : unit -> unit
Sourceval do_gobview : unit -> unit
Sourceval eprint_color : string -> unit
Sourceval check_arguments : unit -> unit
Sourceval handle_extraspecials : unit -> unit
Sourceval diff_and_rename : GoblintCil.file -> Analyses.increment_data
OCaml

Innovation. Community. Security.