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

Ignore null declarations #175

Closed afd closed 1 year ago

afd commented 1 year ago

In some instances (notably 'catch(...)'), an AST declaration can be null. These are now ignored.