Goblint_lib.MaingoblintSourceThis is the main program!
Print version and bail.
Print helpful messages.
Arg option specification
Parse arguments. Print help if needed.
Initialize some globals in other modules.
val basic_preprocess :
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.