Commits

Joe Groff committed 2dea0de6f0b
SILGen: Box 'this' in constructors and destructors This is unfortunate (and wrong--this really shouldn't be capturable out of a ctor or dtor), but is needed for now in order for auto_closures over 'this' to work with SILGen's current naive handling of local variables and captures. Swift SVN r4735