Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid mutating increments in simple for loops #418

Merged
merged 1 commit into from
Nov 15, 2017
Merged

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Nov 15, 2017

Prevents any mutation of increments to simple for loop iterators.

This overlaps substantially with the infinite loop filtering, but will also filter mutations that do not cause infinite loops such as replacing increments with decrements. Although not infinite these mutants still often time out which has a high processing cost.

The feature can be disabled with -FFLOOP

@hcoles hcoles merged commit b811890 into master Nov 15, 2017
@hcoles hcoles deleted the avoid_for_loops branch February 12, 2018 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant