Commits

Joe Groff committed 911929f1ddc
Parse and type check initializer closures after 'new T[n]' exprs. Require that either T be default constructible or that the user provide a closure that maps indices to initial values. We don't actually call the closure yet to initialize the array; that's blocked on function abstraction difference <rdar://problem/13251236>. Swift SVN r8801