JOE1994 wrote:

> Do we know why GCC elected to go that route? This seems like something that 
> should be enabled by default because the false positive rate should be quite 
> low.

It seems like `gcc` doesn't enable `-Wparentheses` by default, while `clang` 
enables it by default.

I will add a follow-up commit to remove `DefaultIgnore` and update affected 
Clang tests :)

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

Reply via email to