Skip to main content

Module compile_context

Module compile_context 

Source
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ยง

CppCompileContext
The compiler configuration Bifrost can safely use for one source file.
CppCompileContexts