Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CQualifiedPointerType gone in CDT 6

CQualifiedPointerType was removed by this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=269670

 

CPointerType and CQualifiedPointerType implement the same set of interfaces so they weren’t both required.

 

Cheers,

Richard

 

          

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of patrick.schmitt@xxxxxxx
Sent: Friday 02 October 2009 09:05
To: CDT General developers list.
Subject: [cdt-dev] CQualifiedPointerType gone in CDT 6

 


Hello guys,
i am using CDT AST to inspect my C Code.
When i tried to build my plugin for CDT 6 now, i get error and see that
org.eclipse.cdt.internal.core.dom.parser.c.CQualifiedPointerType doesnt exists anymore.
Anybody knows what happended to it ?
Sincerly
Patrick

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you are not the addressee, any disclosure, reproduction, copying, distribution, or other dissemination or use of this communication is strictly prohibited. If you have received this transmission in error please notify the sender immediately and then delete this email.

Any representations or commitments expressed in this email are subject to contract.

This message has been scanned for viruses and dangerous content. However, it is essential that the recipient also checks this message using commercially available mail scanning and anti-virus software. IPL Information Processing Limited accepts no liability for any loss or damage resulting from any virus or other dangerous content in this message.

IPL Information Processing Limited is registered in England and Wales under company registration number 1418818. Registration took place at Cardiff on 10 May 1979. IPL Information Processing Limited's registered office and normal place of business is Eveleigh House, Grove Street, Bath, BA1 5LR, United Kingdom. IPL is also registered for Value Added Tax (VAT) under registration number GB 601 2931 83.


Back to the top