https://github.com/shafik commented:

Does this also warns on expressions that result in a `bool` e.g. 
https://godbolt.org/z/aY3cons4T

```cpp
bool a = (x < y) << 1;
```

https://github.com/llvm/llvm-project/pull/127336
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to