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>ClangFrontend__ClangQuotes (infer.ClangFrontend__ClangQuotes)</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>» 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><dtclass="spec type"id="type-style"><ahref="#type-style"class="anchor"></a><code><spanclass="keyword">type</span> style</code><code> = </code><tableclass="variant"><trid="type-style.EscapedDoubleQuotes"class="anchored"><tdclass="def constructor"><ahref="#type-style.EscapedDoubleQuotes"class="anchor"></a><code>| </code><code><spanclass="constructor">EscapedDoubleQuotes</span></code></td><tdclass="doc"><p>the arguments should be enclosed in "double quotes" and are already escaped</p></td></tr><trid="type-style.SingleQuotes"class="anchored"><tdclass="def constructor"><ahref="#type-style.SingleQuotes"class="anchor"></a><code>| </code><code><spanclass="constructor">SingleQuotes</span></code></td><tdclass="doc"><p>the arguments should be enclosed in 'single quotes' and have to be escaped</p></td></tr><trid="type-style.EscapedNoQuotes"class="anchored"><tdclass="def constructor"><ahref="#type-style.EscapedNoQuotes"class="anchor"></a><code>| </code><code><spanclass="constructor">EscapedNoQuotes</span></code></td><tdclass="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><dtclass="spec value"id="val-quote"><ahref="#val-quote"class="anchor"></a><code><spanclass="keyword">val</span> quote : <ahref="index.html#type-style">style</a><span>-></span> string <span>-></span> string</code></dt><dtclass="spec value"id="val-mk_arg_file"><ahref="#val-mk_arg_file"class="anchor"></a><code><spanclass="keyword">val</span> mk_arg_file : string <span>-></span><ahref="index.html#type-style">style</a><span>-></span><span>string list</span><span>-></span> string</code></dt></dl></div></body></html>