parseFlag

Filter and normalize the compiler flags.

- Sanitize the compiler command by removing flags matching the filter. - Remove excess white space. - Convert all filenames to absolute path.

@safe
parseFlag
@safe
(
,
const CompileCommandFilter flag_filter
)

Meta