Commits

Slava Pestov committed 733f29d28f9
SIL: Fix DI crash with chaining initializer in class with no properties If the self box was the only conditionally-initialized property, we would try constructing an "Int0", hitting an assertion. I discovered this while investigating <rdar://problem/21991742>, but it is not related. Swift SVN r30936