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>ALIssues (infer.ASTLanguage.ALIssues)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.2"/><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>»<ahref="../index.html">ASTLanguage</a>» ALIssues</nav><h1>Module <code>ASTLanguage.ALIssues</code></h1></header><dl><dtclass="spec value"id="val-issue_log"><ahref="#val-issue_log"class="anchor"></a><code><spanclass="keyword">val</span> issue_log : <span><ahref="../../Absint/IssueLog/index.html#type-t">Absint.IssueLog.t</a><ahref="../../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt></dl><dl><dtclass="spec type"id="type-linter"><ahref="#type-linter"class="anchor"></a><code><spanclass="keyword">type</span> linter</code><code> = </code><code>{</code><tableclass="record"><trid="type-linter.condition"class="anchored"><tdclass="def field"><ahref="#type-linter.condition"class="anchor"></a><code>condition : <ahref="../CTLTypes/index.html#type-t">CTLTypes.t</a>;</code></td></tr><trid="type-linter.issue_desc"class="anchored"><tdclass="def field"><ahref="#type-linter.issue_desc"class="anchor"></a><code>issue_desc : <ahref="../CIssue/index.html#type-t">CIssue.t</a>;</code></td></tr><trid="type-linter.whitelist_paths"class="anchored"><tdclass="def field"><ahref="#type-linter.whitelist_paths"class="anchor"></a><code>whitelist_paths : <span><ahref="../ALVar/index.html#type-t">ALVar.t</a> list</span>;</code></td></tr><trid="type-linter.blacklist_paths"class="anchored"><tdclass="def field"><ahref="#type-linter.blacklist_paths"class="anchor"></a><code>blacklist_paths : <span><ahref="../ALVar/index.html#type-t">ALVar.t</a> list</span>;</code></td></tr></table><code>}</code></dt></dl><dl><dtclass="spec value"id="val-filter_parsed_linters"><ahref="#val-filter_parsed_linters"class="anchor"></a><code><spanclass="keyword">val</span> filter_parsed_linters : <span><ahref="index.html#type-linter">linter</a> list</span><span>-></span><ahref="../../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span><span><ahref="index.html#type-linter">linter</a> list</span></code></dt><dtclass="spec value"id="val-pp_linters"><ahref="#val-pp_linters"class="anchor"></a><code><spanclass="keyword">val</span> pp_linters : Stdlib.Format.formatter <span>-></span><span><ahref="index.html#type-linter">linter</a> list</span><span>-></span> unit</code></dt></dl><dl><dtclass="spec type"id="type-macros_map"><ahref="#type-macros_map"class="anchor"></a><code><spanclass="keyword">type</span> macros_map</code><code> = <span><span>(bool * <span><ahref="../ALVar/index.html#type-t">ALVar.t</a> list</span> * <ahref="../CTLTypes/index.html#type-t">CTLTypes.t</a>)</span><ahref="../../ASTLanguage__ALVar/index.html#module-FormulaIdMap">ASTLanguage.ALVar.FormulaIdMap</a>.t</span></code></dt><dd><p>map used to expand macro. It maps a formula id to a triple (visited, parameters, definition). Visited is used during the expansion phase to understand if the formula was already expanded and, if yes we have a cyclic definifion</p></dd></dl><dl><dtclass="spec type"id="type-paths_map"><ahref="#type-paths_map"class="anchor"></a><code><spanclass="keyword">type</span> paths_map</code><code> = <span><span><ahref="../ALVar/index.html#type-t">ALVar.t</a> list</span><ahref="../../ASTLanguage__ALVar/index.html#module-VarMap">ASTLanguage.ALVar.VarMap</a>.t</span></code></dt><dd><p>Map a path name to a list of paths.</p></dd></dl><dl><dtclass="spec value"id="val-invoke_set_of_checkers_on_node"><ahref="#val-invoke_set_of_checkers_on_node"class="anchor"></a><code><spanclass="keyword">val</span> invoke_set_of_checkers_on_node : <span><ahref="index.html#type-linter">linter</a> list</span><span>-></span><ahref="../CLintersContext/index.html#type-context">CLintersContext.context</a><span>-></span><ahref="../Ctl_parser_types/index.html#type-ast_node">Ctl_parser_types.ast_node</a><span>-></span> unit</code></dt><dd><p>Run frontend checkers on an AST node</p></dd></dl><dl><dtclass="spec value"id="val-build_macros_map"><ahref="#val-build_macros_map"class="anchor"></a><code><spanclass="keyword">val</span> build_macros_map : <span><ahref="../CTL/index.html#type-clause">CTL.clause</a> list</span><span>-></span><ahref="index.html#type-macros_map">macros_map</a></code></dt><dtclass="spec value"id="val-build_paths_map"><ahref="#val-build_paths_map"class="anchor"></a><code><spanclass="keyword">val</span> build_paths_map : <span><span>(string * <span><ahref="../ALVar/index.html#type-alexp">ALVar.alexp</a> list</span>)</span> list</span><span>-></span><ahref="index.html#type-paths_map">paths_map</a></code></dt><dtclass="spec value"id="val-expand_checkers"><ahref="#val-expand_checkers"class="anchor"></a><code><spanclass="keyword">val</span> expand_checkers : <ahref="index.html#type-macros_map">macros_map</a><span>-></span><ahref="index.html#type-paths_map">paths_map</a><span>-></span><span><ahref="../CTL/index.html#type-ctl_checker">CTL.ctl_checker</a> list</span><span>-></span><span><ahref="../CTL/index.html#type-ctl_checker">CTL.ctl_checker</a> list</span></code></dt><dtclass="spec value"id="val-create_parsed_linters"><ahref="#val-create_parsed_linters"class="anchor"></a><code><spanclass="keyword">val</span> create_parsed_linters : string <span>-></span><span><ahref="../CTL/index.html#type-ctl_checker">CTL.ctl_checker</a> list</span><span>-></span><span><ahref="index.html#type-linter">linter</a> list</span></code></dt><dtclass="spec value"id="val-remove_new_lines_and_whitespace"><ahref="#val-remove_new_lines_and_whitespace"class="anchor"></a><code><spanclass="keyword">val</span> remove_new_lines_and_whitespace : string <span>-></span> string</code></dt></dl></div></body></html>