Backend

Backend of test doubles for C++ code.

Responsible for carrying data between processing steps.

TODO postProcess shouldn't be a member method.

Constructors

this
this(Controller ctrl, Parameters params, Products products, Transform transform)

Members

Functions

analyzeFile
ExitStatusType analyzeFile(AbsolutePath abs_in_file, string[] use_cflags)
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process()

Process structural data to a test double.

Meta