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
1.3 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ClangFrontend__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; ClangFrontend__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 <code>Capture</code> 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>