mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This solver handles most of what the old solver does (enabling it by default only causes 9 test failures), but is radically simpler and already significantly faster (~50% slower than the old-old type checker on swift.swift). There are some egregious hacks here to still be eliminated (see FIXMEs), but it's a start. Swift SVN r5272