Problem parser bug
Roberto Raggi
raggi at di.unipi.it
Wed Apr 23 11:41:06 UTC 2003
On Wednesday 23 April 2003 10:58, Simon Ejsing wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi KDevelop team, I must say, this IDE is getting better and better, great
> work.
>
> It seems the C++ syntax checker has a problem with the word EXPORT in
> switch / case,
>
> switch(blah) {
> case TEST:
> break;
> case TEST_EXPORT:
> break;
> }
>
> Will produce a "problem" but if you modify TEST_EXPORT to TEST_EXPOR the
> problem disapears...
you are right, at the moment the words that ends with _EXPORT are skipped
while parsing :(
ciao robe
More information about the KDevelop-devel
mailing list