Commits

Joe Groff committed 984f1dad91f
SILGen: Generate explicit constructors. Generate ConstructorDecl bodies, sandwiched between code to allocate an instance before running the body and code to return the initialized value afterward. Still need to: - handle the implicit constructor for structs - divide the class constructor into allocating and initializing entry points - chain a call to the base class initializer entry point from the derived class initializer Swift SVN r3662