Commit Graph

2 Commits

Author SHA1 Message Date
Alex Hoppen
7d7eb6e61d [Sema/IDE] Emit same diagnostics for missing switch cases independent of editor mode 2024-08-12 14:01:22 -07:00
Pavel Yaskevich
2b78e16224 [SpaceEngine] Improve total search space size estimation
In some situations it is possible to determine that a particular
associated value is completely covered by a given `switch` statement
before running main checker algorithm, so let's not include sizes
of such cases into "total" search space size estimate.

Resolves: rdar://problem/40400251
2018-07-11 11:13:12 -07:00