Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Patch for Pragma Bug in BaseScanner

Perhaps Bug #72256 is related to this. But I'm not sure. I haven't 
written a bugreport yet.

leo

Am Montag, 24. April 2006 17:42 schrieb Doug Schaefer:
> Is there a bug number for this?
>
> Thanks,
> Doug Schaefer, QNX Software Systems
> Eclipse CDT Project Lead, Tools PMC member
> http://cdtdoug.blogspot.com
>
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Leo Büttiker
> Sent: Monday, April 24, 2006 5:36 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Patch for Pragma Bug in BaseScanner
>
> Hi,
> I know your all a bit busy while working for the next release. But please
> have
> a short look at this patch, it's only one line of code and will fix an
> error
>
> in pragma preprocessor directive recognition.
> leo
>
> Am Samstag, 15. April 2006 14:24 schrieb lbuettik@xxxxxx:
> > Hi all,
> > as Emanuel mention befor we two are working on the AST. We currently
> > analyze the cdt code (specially the ast and parser). We've found allready
>
> a
>
> > lot of "interesting" code.
> >
> > Now I'm proud to send my first patch. There was an error in the
>
> BaseScanner
>
> > which make it not possible to display the pragma preprocessor directive
> > correctly in the AST. Only a small "break" was missing.
> >
> > By the way theres actually a null-pointer in the class DOMAST 'cause
> > using of not initiated displayProblemsAction. I don't create a patch for
> > this because I think somebody is working on this class.
> >
> > Greetings
> > Leo Büttiker
>
> _______________________________________________
> 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