2 lines
1.3 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>ClangWrapper (infer.ClangFrontend.ClangWrapper)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><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">ClangFrontend</a> &#x00BB; ClangWrapper</nav><h1>Module <code>ClangFrontend.ClangWrapper</code></h1></header><dl><dt class="spec value" id="val-exe"><a href="#val-exe" class="anchor"></a><code><span class="keyword">val</span> exe : <span>prog:string</span> <span>&#45;&gt;</span> <span>args:<span>string list</span></span> <span>&#45;&gt;</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 <a href="../Capture/index.html"><code>Capture</code></a> to be captured, i.e., parsed and translated into Infer's IR <a href="../../IR/Sil/index.html"><code>Sil</code></a>.</p></dd></dl></div></body></html>