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
2.8 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ClangQuotes (infer.InferModules.ClangQuotes)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="../../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules.ClangQuotes</span></h1></header><p>module for escaping clang arguments on the command line and put them into files</p><div class="spec type" id="type-style"><a href="#type-style" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>style</code><code></code><code><span class="keyword"> = </span></code><table class="variant"><tr id="type-style.EscapedDoubleQuotes" class="anchored"><td class="def constructor"><a href="#type-style.EscapedDoubleQuotes" class="anchor"></a><code><span class="keyword">| </span></code><code><span class="constructor">EscapedDoubleQuotes</span></code></td><td class="doc"><p>(** the arguments should be enclosed in &quot;double quotes&quot; and are already escaped *)</p></td></tr><tr id="type-style.SingleQuotes" class="anchored"><td class="def constructor"><a href="#type-style.SingleQuotes" class="anchor"></a><code><span class="keyword">| </span></code><code><span class="constructor">SingleQuotes</span></code></td><td class="doc"><p>(** the arguments should be enclosed in 'single quotes' and have to be escaped *)</p></td></tr><tr id="type-style.EscapedNoQuotes" class="anchored"><td class="def constructor"><a href="#type-style.EscapedNoQuotes" class="anchor"></a><code><span class="keyword">| </span></code><code><span class="constructor">EscapedNoQuotes</span></code></td><td class="doc"><p>(** the arguments should not be enclosed in quotes and are already escaped *)</p></td></tr></table><code></code></div><div class="doc"><p>quoting style of the arguments</p></div></div><div class="spec val" id="val-quote"><a href="#val-quote" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>quote : <a href="index.html#type-style">style</a> <span class="keyword">&#8209;&gt;</span> string <span class="keyword">&#8209;&gt;</span> string</code></div><div class="doc"></div></div><div class="spec val" id="val-mk_arg_file"><a href="#val-mk_arg_file" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>mk_arg_file : string <span class="keyword">&#8209;&gt;</span> <a href="index.html#type-style">style</a> <span class="keyword">&#8209;&gt;</span> string list <span class="keyword">&#8209;&gt;</span> string</code></div><div class="doc"></div></div></body></html>