This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>IR__Inferconfig (infer.IR__Inferconfig)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» IR__Inferconfig</nav><h1>Module <code>IR__Inferconfig</code></h1></header><dl><dtclass="spec type"id="type-path_filter"><ahref="#type-path_filter"class="anchor"></a><code><spanclass="keyword">type</span> path_filter</code><code> = <ahref="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span> bool</code></dt><dd><p>Filter type for a source file</p></dd></dl><dl><dtclass="spec type"id="type-error_filter"><ahref="#type-error_filter"class="anchor"></a><code><spanclass="keyword">type</span> error_filter</code><code> = <ahref="../IBase/IssueType/index.html#type-t">IBase.IssueType.t</a><span>-></span> bool</code></dt><dd><p>Filter type for an error name.</p></dd></dl><dl><dtclass="spec type"id="type-proc_filter"><ahref="#type-proc_filter"class="anchor"></a><code><spanclass="keyword">type</span> proc_filter</code><code> = <ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span> bool</code></dt><dd><p>Filter type for a procedure name</p></dd></dl><dl><dtclass="spec type"id="type-filters"><ahref="#type-filters"class="anchor"></a><code><spanclass="keyword">type</span> filters</code><code> = </code><code>{</code><tableclass="record"><trid="type-filters.path_filter"class="anchored"><tdclass="def field"><ahref="#type-filters.path_filter"class="anchor"></a><code>path_filter : <ahref="index.html#type-path_filter">path_filter</a>;</code></td></tr><trid="type-filters.error_filter"class="anchored"><tdclass="def field"><ahref="#type-filters.error_filter"class="anchor"></a><code>error_filter : <ahref="index.html#type-error_filter">error_filter</a>;</code></td></tr><trid="type-filters.proc_filter"class="anchored"><tdclass="def field"><ahref="#type-filters.proc_filter"class="anchor"></a><code>proc_filter : <ahref="index.html#type-proc_filter">proc_filter</a>;</code></td></tr></table><code>}</code></dt></dl><dl><dtclass="spec value"id="val-create_filters"><ahref="#val-create_filters"class="anchor"></a><code><spanclass="keyword">val</span> create_filters : unit <span>-></span><ahref="index.html#type-filters">filters</a></code></dt><dd><p>Create filters based on the config file</p></dd></dl><dl><dtclass="spec value"id="val-never_return_null_matcher"><ahref="#val-never_return_null_matcher"class="anchor"></a><code><spanclass="keyword">val</span> never_return_null_matcher : <ahref="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span><ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span> bool</code></dt><dtclass="spec value"id="val-skip_translation_matcher"><ahref="#val-skip_translation_matcher"class="anchor"></a><code><spanclass="keyword">val</span> skip_translation_matcher : <ahref="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span><ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span> bool</code></dt><dtclass="spec value"id="val-skip_implementation_matcher"><ahref="#val-skip_implementation_matcher"class="anchor"></a><code><spanclass="keyword">val</span> skip_implementation_matcher : <ahref="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span><ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span> bool</code></dt><dtclass="spec value"id="val-modeled_expensive_matcher"><ahref="#val-modeled_expensive_matcher"class="anchor"></a><code><spanclass="keyword">val</span> modeled_expensive_matcher : <span>(string <span>-></span> bool)</span><span>-></span><ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span> bool</code></dt><dtclass="spec value"id="val-test"><ahref="#val-test"class="anchor"></a><code><spanclass="keyword">val</span> test : unit <span>-></span> unit</code></dt><dd><p>Load the config file and list the files to report on</p></dd></dl></div></body></html>