mc-imperial / dredd

A mutation testing tool designed to work with large C++ (and C) codebases.
Apache License 2.0
13 stars 3 forks source link

Avoid lambdas where possible #183

Closed afd closed 12 months ago

afd commented 12 months ago

Simplify the form of mutated code by avoiding lambdas when there are no side effects / short circuiting.