[clang] fix unnecessary warning when using bitand with boolean operators (PR #81976)

Bhuminjay Soni via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 16 04:06:29 PDT 2024


11happy wrote:

currently the macro definition for both `&` and `bitand` is not giving any warning however should the `&` one warn? or current working is correct behaviour as expected?

https://github.com/llvm/llvm-project/pull/81976


More information about the cfe-commits mailing list