Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CPPASTUnaryExpression implements the wrong Interface

Hi,

The class CPPASTUnaryExpression implements the interface IASTUnaryExpression but it should instead implement ICPPASTUnaryExpression. I have created a bug and a patch. https://bugs.eclipse.org/bugs/show_bug.cgi?id=162404

Regards
Emanuel

PS: Bug 149791 (also a ASTInterface Bug) is still looking for a committer.


Back to the top