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.5 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ClangFrontend__ClangQuotes (infer.ClangFrontend__ClangQuotes)</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; ClangFrontend__ClangQuotes</nav><h1>Module <code>ClangFrontend__ClangQuotes</code></h1><p>module for escaping clang arguments on the command line and put them into files</p></header><dl><dt class="spec type" id="type-style"><a href="#type-style" class="anchor"></a><code><span class="keyword">type</span> style</code><code> = </code><table class="variant"><tr id="type-style.EscapedDoubleQuotes" class="anchored"><td class="def constructor"><a href="#type-style.EscapedDoubleQuotes" class="anchor"></a><code>| </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>| </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>| </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></dt><dd><p>quoting style of the arguments</p></dd></dl><dl><dt class="spec value" id="val-quote"><a href="#val-quote" class="anchor"></a><code><span class="keyword">val</span> quote : <a href="index.html#type-style">style</a> <span>&#45;&gt;</span> string <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-mk_arg_file"><a href="#val-mk_arg_file" class="anchor"></a><code><span class="keyword">val</span> mk_arg_file : string <span>&#45;&gt;</span> <a href="index.html#type-style">style</a> <span>&#45;&gt;</span> <span>string list</span> <span>&#45;&gt;</span> string</code></dt></dl></div></body></html>