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.
6 lines
3.0 KiB
6 lines
3.0 KiB
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__CaptureCompilationDatabase (infer.InferModules__CaptureCompilationDatabase)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules__CaptureCompilationDatabase</span></h1></header><div class="spec val" id="val-capture_files_in_database"><a href="#val-capture_files_in_database" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>capture_files_in_database : changed_files:<a href="../../InferBase/InferBase__SourceFile/index.html#module-Set">InferBase.SourceFile.Set</a>.t option <span class="keyword">‑></span> <a href="../InferModules/CompilationDatabase/index.html#type-t">InferModules.CompilationDatabase.t</a> <span class="keyword">‑></span> unit</code></div><div class="doc"><p>Run the capture of the files for which we have compilation commands in the database and in
|
|
<code class="code">changed_files</code>, if specified.</p></div></div><div class="spec val" id="val-capture_file_in_database"><a href="#val-capture_file_in_database" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>capture_file_in_database : <a href="../InferModules/CompilationDatabase/index.html#type-t">InferModules.CompilationDatabase.t</a> <span class="keyword">‑></span> <a href="../../InferBase/InferBase/SourceFile/index.html#type-t">InferBase.SourceFile.t</a> <span class="keyword">‑></span> unit</code></div><div class="doc"></div></div><div class="spec val" id="val-get_compilation_database_files_buck"><a href="#val-get_compilation_database_files_buck" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>get_compilation_database_files_buck : prog:string <span class="keyword">‑></span> args:string list <span class="keyword">‑></span> [> `Raw of string ] list</code></div><div class="doc"><p>Get the compilation database files that contain the compilation given by the
|
|
buck command. It will be the compilation of the passed targets only or also
|
|
the dependencies according to the flag --buck-compilation-database deps | no-deps</p></div></div><div class="spec val" id="val-get_compilation_database_files_xcodebuild"><a href="#val-get_compilation_database_files_xcodebuild" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>get_compilation_database_files_xcodebuild : prog:string <span class="keyword">‑></span> args:string list <span class="keyword">‑></span> [> `Escaped of string ] list</code></div><div class="doc"><p>Get the compilation database files that contain the compilation given by the
|
|
xcodebuild command, using xcpretty.</p></div></div></body></html> |