Commits

Jordan Rose committed b49b91eee0a
Don't import Objective-C ivars at all. Direct access to ivars is very rare in our frameworks, and they can conflict with property names (which we should prefer). On top of that, we weren't even emitting the right code to access them correctly. <rdar://problem/15818047> Swift SVN r12604