Commits

Doug Gregor committed 26640c7ce35
Delay type checking of the members of a nominal type. Type validation was eagerly type checking the members of nominal types, which can cause far too much type checking early on (i.e., while binding extension declarations). Delaying that validation fixes <rdar://problem/15725587>. Swift SVN r11686