mc-imperial / dredd

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

Add argument specifier to function name #197

Closed JamesLee-Jones closed 10 months ago

JamesLee-Jones commented 10 months ago

Add an argument specifier before the types in the function name. This addressed the ambiguous case where the two arguments to a binary mutation are long long and long.

Fixes: #196.