Commit Graph

2 Commits

Author SHA1 Message Date
Doug Gregor
6cab661aaf [Constraint solver] Don't count suppressed diagnostics against the score. 2022-07-07 22:28:02 -07:00
Doug Gregor
c2f88abfeb [Constraint system] Always add recoverable concurrency fixes.
This avoids us having to go down the less-efficient "salvage" path when
dealing with concurrency issues. It also fixes overloading behavior
when dealing with `@preconcurrency` and `@Sendable` functions,
such as in https://github.com/apple/swift/issues/59909.
2022-07-07 18:14:48 -07:00