Commits

Doug Gregor committed bcf5345626d
Eliminate the completely-broken implicit default constructor for classes. When a given class definition has no constructors, the parser was introducing an implicit-declared default constructor in the class. The type checker ignored it. SILGen creating something that was completely broken. Remove all of that and fix the fallout. Swift SVN r8432