Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ICPPASTUnaryExpression possibly missing method

Hi,

In the ICPPASTUnaryExpression interface, there is probably a method missing. If I compare the ICPPASTBinaryExpression interface
with the ICPPASTUnaryExpression interface, the binary expression provide a getOverload method. This method is not available in the
unary expression interface. However, the implementation of ICPPASTUnaryExpression (CPPASTUnaryExpression) provides a public
method getOverload. Maybe the method was forgotten in the interface?

Regards,
Yves Thrier

Back to the top