IR.Inferconfigtype 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
val create_filters : unit -> filtersCreate filters based on the config file
val never_return_null_matcher : IBase.SourceFile.t -> Procname.t -> boolval capture_block_list_file_matcher : IBase.SourceFile.t -> boolval modeled_expensive_matcher : (string -> bool) -> Procname.t -> bool