Commits

Joe Groff committed f09950390c9
SILGen: Don't expect an override for declarations from class extensions. If a subclass overrides a declaration from an ObjC class extension, that decl won't have a vtable entry, and we shouldn't expect to override it. Fixes <rdar://problem/15282548>. Swift SVN r10547