Skip to content
Release 3.9

- Option `--format` creates a temporary copy of the input program and formats it with `clang format`.
  The internal program transformations of TestCov work best with the formatting style of `clang format`.
- TestCov now generates a temporary file ensuring the presence of EOF.
  This is necessary to abort test-execution.