Commits
Chris Lattner committed 4dcd6cf4d12
implement <rdar://problem/17101613> standard library should provide a way to test for overflow This just renames the existing "uncheckedAdd" (and related) functions to addWithOverflow. These were already "checked" and return the partial result + bool that we want. Swift SVN r19246