- analyzeWorker
void analyzeWorker(Tid owner, AnalyzeBuilder analyze_builder, size_t file_idx, size_t total_files, ParsedCompileCommand pdata, AbsolutePath restrictDir)
Undocumented in source. Be warned that the author may not have intended to support it.
- doAnalyze
ExitStatusType doAnalyze(AnalyzeBuilder analyze_builder, AnalyzeResults analyze_results, string[] in_cflags, string[] in_files, CompileCommandDB compile_db, AbsolutePath restrictDir, int workerThreads)
Undocumented in source. Be warned that the author may not have intended to support it.
- immReuse
immutable(ParsedCompileCommand) immReuse(ParsedCompileCommand v)
The commands have a lifetime that persist throughout the whole analyze thus
just reuse them as-is.