Skip to main content

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

I've added the missing method. Thanks for bringing this up.

-sergey

On Fri, Feb 17, 2012 at 2:12 AM, <ythrier@xxxxxx> wrote:
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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top