Commits

Doug Gregor committed 57002ac3dc3
Remove byref(heap). Most of this is mechanical, because we weren't actually relying on byref(heap) for anything. Simplify capture analysis, now that the only way a variable can have non-fixed lifetime is if it is actually captured. Fixes <rdar://problem/11247831>. Swift SVN r5046