Commits

Chris Lattner committed f825c0d6a6e
hack up sema and silgen to respect the -enable-definite-init flag. This lets us write our first pure swift test for definite initialization. Despite this being a SIL pass that implements this, writing tests as .swift files makes sense, given that this is intended to be a stable diagnostic pass. It is basically like writing a sema test. Swift SVN r7136