XmlConfig

Extracted configuration data from an XML file.

It is not inteded to be used as is but rather further processed.

struct XmlConfig {
DextoolVersion version_;
int skipCompilerArgs;
RawCliArguments command;
FilterClangFlag[] filterClangFlags;
}

Members

Variables

excludeSymbols
FilterSymbol excludeSymbols;

Remove symbols matching this

restrictSymbols
FilterSymbol restrictSymbols;

Only a symbol that matches this

Meta