Module InferModules.CaptureCompilationDatabase
val capture_files_in_database : changed_files:InferBase.SourceFile.Set.t option -> CompilationDatabase.t -> unitRun the capture of the files for which we have compilation commands in the database and in
changed_files, if specified.
val capture_file_in_database : CompilationDatabase.t -> InferBase.SourceFile.t -> unitval get_compilation_database_files_buck : prog:string -> args:string list -> [> `Raw of string ] listGet 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