Module IR.Inferconfig
type path_filter= IBase.SourceFile.t -> boolFilter type for a source file
type error_filter= IBase.IssueType.t -> boolFilter type for an error name.
type proc_filter= Procname.t -> boolFilter type for a procedure name
type filters={path_filter : path_filter;error_filter : error_filter;proc_filter : proc_filter;}
val create_filters : unit -> filtersCreate filters based on the config file
val never_return_null_matcher : IBase.SourceFile.t -> Procname.t -> boolval skip_translation_matcher : IBase.SourceFile.t -> Procname.t -> boolval skip_implementation_matcher : IBase.SourceFile.t -> Procname.t -> boolval modeled_expensive_matcher : (string -> bool) -> Procname.t -> boolval test : unit -> unitLoad the config file and list the files to report on