Goblint_lib.MaingoblintSourceMain external executable functionality: command-line, front-end and analysis execution.
Print version and bail.
Print helpful messages.
Arg option specification
Initialize some globals in other modules.
Parse arguments. Print help if needed.
val basic_preprocess :
?preprocess:bool ->
all_cppflags:string list ->
Fpath.t ->
Fpath.t * ProcessPool.task optionUse gcc to preprocess a file. Returns the path to the preprocessed file.
Preprocess all files. Return list of preprocessed files and the temp directory name.
val parse_preprocessed :
(Preprocessor.FpathH.key * ProcessPool.task option) list ->
GoblintCil__.Cil.file listParse preprocessed files
Merge parsed files
Perform the analysis over the merged AST.