Commits

Joe Groff committed 7406986487e
SILGen: Class constructors need to return modified self. -[NSMutableArray init] modifies self, causing NSStringDemo to fail when sil-irgenned because SILGen didn't handle constructors changing 'this' correctly. Swift SVN r4728