Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Request for an API-change (comment parsing)

For those who just use the ast to get information off it,
its just additions, for implementers (of e.g. IASTTranslationUnit) 
its a breaking change.

Markus. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
> Sent: Freitag, 20. April 2007 16:47
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Request for an API-change (comment parsing)
> 
> Hi Markus,
> 
> Are they changes to the API or additions? i.e. will this 
> create compile
> errors?
> 
> Doug Schaefer, QNX Software Systems
> Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> 
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> > Behalf Of Schorn, Markus
> > Sent: Friday, April 20, 2007 9:00 AM
> > To: CDT General developers list.
> > Subject: [cdt-dev] Request for an API-change (comment parsing)
> > 
> > Hi,
> > Emanuel Graf has provided two patches that can be seen as a starting
> > point
> > for integrating his refactoring work into CDT. Furthermore adding
> > comments
> > to the AST works as the basis of implementing task-tags.
> > 
> > While there is no chance to do something on the refactoring 
> itself in
> > 4.0
> > I think it is a good idea to make the changes to the AST right away,
> > rather
> > than having to change the AST after 4.0.
> > Note that the changes break AST implementers (e.g. fortran project),
> > only.
> > 
> > Here are the bugs:
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=148360
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=182889
> > 
> > If you have objections, please speak up.
> > 
> > Markus.
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top