Commits

Chris Lattner committed c122e15c5e0
Fix handling of partial_apply: byref is *always* a capture for partial_apply, since it's stated purpose in life is to build a closure around its argument values. Teach definite assignment that escape points for closures require their value to be initialized. Use this to produce a diagnostic about closures over values that are not yet initialized. Swift SVN r7035