ConfigCompileDb

Configuration data for the compile_commands.json

Members

Variables

dbs
AbsolutePath[] dbs;

path to compilation databases.

flagFilter
CompileCommandFilter flagFilter;

Flags the user wants to be automatically removed from the compile_commands.json.

rawDbs
string[] rawDbs;

Raw user input via either config or cli

Meta