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

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


Back to the top