Commits

Jordan Rose committed 88c9ab591f5
Make sure we validate the synthesized accessors for NSManaged properties. (as well as those for lazy properties, which seem to be working already) This fixes a problem with @NSManaged properties being declared in an extension in a generated file you're not supposed to modify, which unfortunately is exactly how Xcode's generating them these days. rdar://problem/20821582 Swift SVN r28180