Commits

Joe Groff committed e37897b57bb
SILGen: Always emit physical access to stored properties in 'init' and 'destructor', even for @objc stored properties. This gives more predictable semantics for initializers and destructors under the DI model, and also unblocks enabling the DI model at all for @objc initializers. <rdar://problem/15614052> Swift SVN r11029