Files
swift-mirror/userdocs
Allan Shortlidge 8a0f76861d AST: Add the UselessConditionalStatement warning group.
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.
2026-05-28 16:45:53 -07:00
..