Commits

Doug Gregor committed bcf41bbc3fb
Move the resolution of extension types, operator declarations, and superclasses into the type checker. This eliminates the duplicate IdentifierType resolution code (fixing <rdar://problem/13946567>), and moves us a step closure to elimining name binding as a separate pass. Swift SVN r5940