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__ClangWrapper (infer.ClangFrontend__ClangWrapper)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.0"/><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__ClangWrapper</nav><h1>Module <code>ClangFrontend__ClangWrapper</code></h1></header><dl><dtclass="spec value"id="val-exe"><ahref="#val-exe"class="anchor"></a><code><spanclass="keyword">val</span> exe : <span>prog:string</span><span>-></span><span>args:<span>string list</span></span><span>-></span> unit</code></dt><dd><p>Given a clang command, normalize it via <code>clang -###</code> if needed to get a clear view of what work is being done and which source files are being compiled, if any. Pass the resulting files to compile to <code>Capture</code> to be captured, i.e., parsed and translated into Infer's IR <ahref="../IR/Sil/index.html"><code>Sil</code></a>.</p></dd></dl></div></body></html>