Commits

Doug Gregor committed a90c306d6c2
Compute the "existential conforms to self" bit lazily. Instead of relying on Sema to set the existential-conforms-to-self bit, compute it lazily in the AST. This is far cleaner and more dependable than the previous solution. Swift SVN r26225