ReportCompiler

Report mutations as gcc would do for compilation warnings with fixit hints.

#SPC-report_for_tool_integration

Constructors

this
this(Mutation.Kind[] kinds, ReportSection[] sections, FilesysIO fio)
Undocumented in source.

Members

Functions

locationEvent
void locationEvent(Database db, IterateMutantRow r)
Undocumented in source. Be warned that the author may not have intended to support it.
mutationKindEvent
void mutationKindEvent(MutationKind[] )
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

compiler
CompilerConsole!SimpleWriter compiler;
Undocumented in source.
fio
FilesysIO fio;
Undocumented in source.
kinds
Mutation.Kind[] kinds;
Undocumented in source.
sections
Set!ReportSection sections;
Undocumented in source.

Meta