Commits

gregomni committed 1a9822d8418
Extend fix-its for C-style for loops to include loop var "+= 1" Since the commit to deprecate “++” went through soon after the one to deprecate C-style for loops, it’d be nice to auto-fix the for loops even after previously changing ++ to += 1. So let’s do that.