carlosgalvezp wrote:

+1 to moving to `readability`.

What's the behavior when you have: 

```cpp
#if defined(foo) && defined(bar)
```
? I don't believe I saw a test for this use case.

As a user I would probably prefer to keep it as is instead of having one 
`ifdef` and one `if defined`. Perhaps this can be configured as it's a highly 
debatable/subjective topic.


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

Reply via email to