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

Why isn't unary minus inserted as part of MutationReplaceExpr? #150

Closed afd closed 2 years ago

afd commented 2 years ago

It looks like we do not transform e into -(e). Is that deliberate, or an omission?

@JamesLee-Jones do you recall if we discussed this?

JamesLee-Jones commented 2 years ago

@afd That's unusual, I thought this should have been happening so if not, it's not deliberate.