<div dir="ltr">Hey,<div><br></div><div>CXXOperatorCallExpr::isInfixBinaryOp() returns true for overloaded postfix increment/decrement.</div><div>It returns false for the prefix increment/decrement.</div><div><br></div><div>I know this behavior is consistent with the commentary.</div><div>(i'm guessing that the behavior comes from he fact that the postfix increment is overloaded using an extra unused parameter)</div><div><br></div><div>I think isInfixBinaryOp should never return true for increment and decrement operator, regardless of where they are.</div><div><br></div><div>As it is, this function caused a interesting bug on my side :)</div><div><br></div><div>Best regards,</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Dorian Haglund<br></div></div></div></div></div>