Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] IParser and ISourceCodeParser

I have created a bugzilla for that (couldn't find one):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=161913 

And, if nobody objects, I volunteer to take on this task.

Toni
--
Anton Leherbauer
Wind River CDT Team, Austria

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
> Sent: Thursday, October 19, 2006 8:51 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] IParser and ISourceCodeParser
> 
> My hope is to move (or have someone move) the model builder 
> to use the DOM
> in SKIP_ALL_HEADERS | USE_INDEX mode. We still use the old 
> parser in the
> model builder because it was much faster. Now with the PDOM, 
> I'm hoping that
> that we can get rid of this duplicate functionality.
> 
> 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 Jason Montojo
> > Sent: Thursday, October 19, 2006 2:46 PM
> > To: cdt-dev@xxxxxxxxxxx
> > Subject: [cdt-dev] IParser and ISourceCodeParser
> > 
> > 
> > Hi everyone,
> > 
> > I noticed that during C model construction, an IParser is 
> used.  Will this
> > eventually be migrated to use the ISourceCodeParser?  Or do 
> these two
> > interfaces serve different purposes?
> > 
> > Thanks,
> > 
> > Jason Montojo
> > IBM CDT Team
> > IBM Toronto Lab
> > 905-413-5228
> > jmontojo@xxxxxxxxxx
> > 
> > _______________________________________________
> > 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