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

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>ClangQuotes (infer.InferModules.ClangQuotes)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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; <a href="../index.html">InferModules</a> &#x00BB; ClangQuotes</nav><h1>Module <code>InferModules.ClangQuotes</code></h1></header><aside><p>module for escaping clang arguments on the command line and put them into files</p></aside><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>