Expand description
compile_commands.json ingestion.
analyzer/cpp/mod.rs keeps the OnceLock<CppCompileContexts> that memoizes
CppCompileContexts::load per analyzer generation; the database format and
the argument grammar are here.
Structsยง
- CppCompile
Context - The compiler configuration Bifrost can safely use for one source file.
- CppCompile
Contexts