Commits

Chris Lattner committed 7d6740cba75
fix rdar://16805609 - <rdar://problem/16805609> Providing a 'didSet' in a generic override doesn't work The functional difference is: ClassDecl *DeclContext::isClassOrClassExtensionContext() const { - if (auto ctx = getDeclaredTypeOfContext()) + if (auto ctx = getDeclaredTypeInContext()) As expected, I didn't get the sense of Of/In right, manifesting in a nasty bug. Swift SVN r18216