This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: finding an original typedef decl from a reference


On 19 April 2010 15:03, IainS <developer@sandoe-acoustics.co.uk> wrote:
>
> consider :
>
> typedef int INT1 ;
>
> int func (INT1 x) ;
>
> ----
>
> now if I am in grokparms() ?parsing "INT1 x " and I want to issue a nice
> diagnostic for x...

Can I ask what you mean by a nice diagnostic? and what you want to use this for?

Just out of curiosity.

Manuel.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]