Commits

Doug Gregor committed 8f3184ea9da
Implicitly-defined default constructors for classes. When a class definition contains no constructors, and all of the instance variables are either default initializable or have initial values in the class, and the superclass (if any) has a constructor callable with the argument (), implicitly define a default constructor. Fixes <rdar://problem/14828518>. Swift SVN r8487