Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » cdt parse / lookup problem
cdt parse / lookup problem [message #103005] Sun, 23 May 2004 05: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 18:55 Go to previous message
Eclipse UserFriend
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 Jun 07 13:44:38 EDT 2025

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

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

Back to the top