Commits

Slava Pestov committed 1a34667419f
AST: Fix a couple of crashes with nested generic types - When we walk up through parent types of 'this', we also have to walk up the parent contexts of 'gpContext', otherwise an assertion fires. - getSuperclass() needs to map generic type parameters of the parent type even if the superclass is not generic. Swift SVN r30676