mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
8a0f76861d
Allow developers to control the behavior of warnings like this:
```
let x = 0
if case _ = x { // warning: 'if' condition is always true
// ...
}
```
Resolves rdar://178154296.