Commits

Nadav Rotem committed 95278e774e9
[overflow] Scan the code in reverse and allow future (stronger) overflow checks to replace early overflow checks. func reverse(x : Int) { x + 1 // remove x + 2 // remove x + 3 // remove x + 4 // remove x + 5 // keep } Swift SVN r26038