Commits

Doug Gregor committed fc7dfb2fae0
Start emitting .cxx_construct methods for Objective-C-derived classes. When we're using Objective-C's memory allocation, emit .cxx_construct methods whenever we have instance variables with in-class initializers. Presently, these methods are just empty stubs. Swift SVN r12211