Commits

Doug Gregor committed c498a9fdb3f
SIL generation for initializer delegation for structs and enums. Much of the fun here comes from the need to delegate to the allocating constructor for structs and enums (which have no initializing constructors). The AST doesn't (and shouldn't) know about this, so SILGen has to turn cope with the transformation. Swift SVN r11949