Community
Participate
Working Groups
Build Identifier: I found that, method ASTBinaryExpression.getExpressionType() dosen't return the correct IType when the given expression is like "a+4", where one operand is of CArrayType, and the other one is of int basic type. The result was expected to be a pointer type, but actually it is not. I think the author just didn't consider the case when one of the operands is of CArrayType Reproducible: Always Steps to Reproduce: 1. Just take a look at the source code
Fixed in HEAD > 20100516.