Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » cdt parse / lookup problem
cdt parse / lookup problem [message #103005] Sun, 23 May 2004 09:45 Go to next message
Eclipse UserFriend
Originally posted by: SpamBeGoneYug3sh.yahoo.com

I have a problem with the parsing in CDT...

I have a declaration in a header similar to:

typedef struct
{
int b;
int c;
} A;

typedef A *AP;


in my source file... if I have the following;

AP temp;

and I try "AP->", I don't get a code assist window.

If I had "A *temp" declared in my source, the the code assist window pops up
with b and c as options.

Thanks.
Re: cdt parse / lookup problem [message #103890 is a reply to message #103005] Wed, 26 May 2004 22:55 Go to previous message
John Camelon is currently offline John CamelonFriend
Messages: 242
Registered: July 2009
Senior Member
Please raise a defect @ bugs.eclipse.org, on CDT, Component CDT-Parser.

Thanks
JC
"Yug3sh" <SpamBeGoneYug3sh@yahoo.com> wrote in message
news:c8prdb$htj$1@eclipse.org...
> I have a problem with the parsing in CDT...
>
> I have a declaration in a header similar to:
>
> typedef struct
> {
> int b;
> int c;
> } A;
>
> typedef A *AP;
>
>
> in my source file... if I have the following;
>
> AP temp;
>
> and I try "AP->", I don't get a code assist window.
>
> If I had "A *temp" declared in my source, the the code assist window pops
up
> with b and c as options.
>
> Thanks.
>
>
>
>
>
>
Previous Topic:CDT & Cygwin
Next Topic:Eclipse 3.0M9 + CDT 2.0 M7 = i need org.apache.xerces
Goto Forum:
  


Current Time: Sat Oct 19 10:32:40 GMT 2024

Powered by FUDForum. Page generated in 0.03472 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top