You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
4.8 KiB

This file contains ambiguous Unicode characters!

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>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ATDGenerated__InferCommand (infer.ATDGenerated__InferCommand)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; ATDGenerated__InferCommand</nav><h1>Module <code>ATDGenerated__InferCommand</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><table class="variant"><tr id="type-t.Analyze" class="anchored"><td class="def constructor"><a href="#type-t.Analyze" class="anchor"></a><code>| </code><code><span class="constructor">Analyze</span></code></td><td class="doc"><p>analyze previously captured source files</p></td></tr><tr id="type-t.Capture" class="anchored"><td class="def constructor"><a href="#type-t.Capture" class="anchor"></a><code>| </code><code><span class="constructor">Capture</span></code></td><td class="doc"><p>capture compilation commands and translate source files into infer's intermediate language</p></td></tr><tr id="type-t.Compile" class="anchored"><td class="def constructor"><a href="#type-t.Compile" class="anchor"></a><code>| </code><code><span class="constructor">Compile</span></code></td><td class="doc"><p>set up the infer environment then run the compilation commands without capturing the source files</p></td></tr><tr id="type-t.Explore" class="anchored"><td class="def constructor"><a href="#type-t.Explore" class="anchor"></a><code>| </code><code><span class="constructor">Explore</span></code></td><td class="doc"><p>explore infer reports</p></td></tr><tr id="type-t.Help" class="anchored"><td class="def constructor"><a href="#type-t.Help" class="anchor"></a><code>| </code><code><span class="constructor">Help</span></code></td><td class="doc"><p>documentation about various aspects of infer</p></td></tr><tr id="type-t.Report" class="anchored"><td class="def constructor"><a href="#type-t.Report" class="anchor"></a><code>| </code><code><span class="constructor">Report</span></code></td><td class="doc"><p>post-process infer results and reports</p></td></tr><tr id="type-t.ReportDiff" class="anchored"><td class="def constructor"><a href="#type-t.ReportDiff" class="anchor"></a><code>| </code><code><span class="constructor">ReportDiff</span></code></td><td class="doc"><p>compute the difference of two infer reports</p></td></tr><tr id="type-t.Run" class="anchored"><td class="def constructor"><a href="#type-t.Run" class="anchor"></a><code>| </code><code><span class="constructor">Run</span></code></td><td class="doc"><p>orchestrate the capture, analysis, and reporting of a compilation command</p></td></tr></table></dt><dd><p>Main modes of operation for infer</p></dd></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span class="keyword">val</span> compare : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-of_string"><a href="#val-of_string" class="anchor"></a><code><span class="keyword">val</span> of_string : string <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span class="keyword">val</span> to_string : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span class="keyword">val</span> equal : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-all_commands"><a href="#val-all_commands" class="anchor"></a><code><span class="keyword">val</span> all_commands : <span><a href="index.html#type-t">t</a> list</span></code></dt><dt class="spec value" id="val-infer_exe_name"><a href="#val-infer_exe_name" class="anchor"></a><code><span class="keyword">val</span> infer_exe_name : string</code></dt><dt class="spec value" id="val-to_exe_name"><a href="#val-to_exe_name" class="anchor"></a><code><span class="keyword">val</span> to_exe_name : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-of_exe_name"><a href="#val-of_exe_name" class="anchor"></a><code><span class="keyword">val</span> of_exe_name : string <span>&#45;&gt;</span> <span><a href="index.html#type-t">t</a> option</span></code></dt></dl></div></body></html>