Commits

Doug Gregor committed a3f01190f39
Fill in nested types of an opened existential type. We only attempt to access such nested types in ill-formed code, but this helps maintain AST invariants. Fixes rdar://problem/20593294 and resolves 18 compiler crashers. Swift SVN r29135