Menu
← Back to all error identifiers
Error Identifiers: logicalXor.*
There are 5 error identifiers in the logicalXor.* group:
-
Left side of xor is always false, making the operator redundant.
-
Left side of xor is always true, reducing it to a negation.
-
Result of xor is discarded due to operator precedence.
-
Right side of xor is always false, making the operator redundant.
-
Right side of xor is always true, reducing it to a negation.