Cover cases like (b && c && b) in the redundant expression check.
readability-redundant-expression now detects expressions where a logical or bitwise operator had equivalent LHS and RHS where the equivalent operands were separated by more operands.
Loading
Please register or sign in to comment