Bug in C++ parser
Ralf Nolden
Ralf.Nolden at post.rwth-aachen.de
Thu Mar 23 18:06:07 GMT 2000
"Daniel Berlin+mail.misc" wrote:
> I can make a patch if you like, it'll take me about 5 minutes.
> --Dan
Sure, just go on and send it over; I´ll put it into cvs then. I just
tested it with one project I had (modified kscan+kscribble=kscanner)
which had extern "C" to include sane.h. In my project the class methods
were displayed as global methods and after adding it to the tokenizer.l
they showed up, so I didn´t dive into detail with this thingy...;-)
waiting for your patch....
Ralf
PS: when you´re on the way, could you have a look for that bug where
more than one attribute declaration is not correctly parsed ?
e.g.
QString name,location; not showing anything where
QString name;
QString location; shows both. ??? ;-)
--
**********************************
Ralf Nolden
Ardennenstr. 41
52355 Düren
Tel. 02421/502758
The KDevelop Project
http://www.kdevelop.org
Email: rnolden at kdevelop.de
**********************************
More information about the KDevelop
mailing list