Commits

Doug Gregor committed c6adb396b46
Move the closure argument to the end of split() and make its name API (#isSeparator). This makes trailing closures work again for split(), fixing rdar://problem/19769314. Surprisingly, split() was the only public API I missed when simplifying the behavior of trailing closures. Swift SVN r25280