Bug 308361 - Parser error example
Summary: Parser error example
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 09:57 UTC by leon pollak
Modified: 2016-12-13 08:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0
Sentry Crash Report:


Attachments
Parser error resolved in Kdevelop 5 (187.29 KB, image/png)
2016-05-16 06:52 UTC, chaitanya srinivas ponnapalli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leon pollak 2012-10-14 09:57:55 UTC
I wrote the code similar to the following (reduced example, but work and 
illustrates the issue):
#define DEF1() void Test(int i) { typedef int ttCmnd; \
                ttCmnd& Cmnd=*(ttCmnd*)&i;

DEF1()
        Cmnd = 0;
}
This code compiles fine, but parser insists that it does not know the 
Cmnd variable and pops-up the call-out suggesting to define it each time 
I hoover the cursor over the 'Cmnd' variable.


Reproducible: Always
Comment 1 chaitanya srinivas ponnapalli 2016-05-16 06:52:33 UTC
Created attachment 99010 [details]
Parser error resolved in Kdevelop 5

Reproduced the code sample given.
Kdevelop 5 does not produce any parser errors.
I took my cursor to 'Cmnd' variable(which is highlighted) and no parser errors are shown nor any pop-ups suggestions.
The issue is fixed in Kdevelop 5.
Attached the screenshot for reference