Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SimplifyBooleanExpression
should only remove parens when related
The `SimplifyBooleanExpressionVisitor` should only remove unnecessary parentheses when the visitor already changed the parenthesized expression.
- Loading branch information