Goblint_lib.MaingoblintMain external executable functionality: command-line, front-end and analysis execution.
val basic_preprocess_counts : int Preprocessor.FpathH.tval basic_preprocess :
?preprocess:bool ->
all_cppflags:string list ->
Preprocessor.FpathH.key ->
Preprocessor.FpathH.key * ProcessPool.task optionUse gcc to preprocess a file. Returns the path to the preprocessed file.
val preprocess_files :
unit ->
(Preprocessor.FpathH.key * ProcessPool.task option) listPreprocess 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 listParse preprocessed files
val do_analyze : Analyses.increment_data option -> GoblintCil.file -> unitPerform the analysis over the merged AST.
val diff_and_rename : GoblintCil.file -> Analyses.increment_data option