Goblint_lib.Maingoblint
Main external executable functionality: command-line, front-end and analysis execution.
val basic_preprocess_counts : int Preprocessor.FpathH.t
val basic_preprocess :
?preprocess:bool ->
all_cppflags:string list ->
Preprocessor.FpathH.key ->
Preprocessor.FpathH.key * ProcessPool.task option
Use gcc to preprocess a file. Returns the path to the preprocessed file.
val preprocess_files :
unit ->
(Preprocessor.FpathH.key * ProcessPool.task option) list
Preprocess all files. Return list of preprocessed files and the temp directory name.
Regex for special "paths" in cpp output: <built-in>, <command-line>, but also translations!
val parse_preprocessed :
(Preprocessor.FpathH.key * ProcessPool.task option) list ->
GoblintCil__.Cil.file list
Parse preprocessed files
val do_analyze : Analyses.increment_data option -> GoblintCil.file -> unit
Perform the analysis over the merged AST.
val diff_and_rename : GoblintCil.file -> Analyses.increment_data option