zwuis wrote:

> > - in a return statement around the expression, e.g. `return (1 + 2 + 3);`, 
> > redundant-parentheses check fails to flag this as redundant
> 
> This is #192463.

I am idiot. The problem in #192463 is the iconsistency between built-in 
operators and overloaded operators. This problem is parenthese expressions 
which are full expressions.

https://github.com/llvm/llvm-project/pull/192254
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to