Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Query regarding AST

Looks like a variant of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303152 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of SANJAY GUPTA
> Sent: Monday, June 21, 2010 9:50 AM
> To: CDT General developers list.
> Subject: [cdt-dev] Query regarding AST
> Importance: Low
> 
> Hi All,
> 
> I am using CDT 7.0 to parse a C file and trying to get the 
> raw signature of its translation unit. The file has only 
> macros and nothing else. The raw signature of translation 
> unit, which I get, is an empty string. If any declaration or 
> definition other than macros is present in the file, then 
> only the raw signature of full file is retrieved. What may be problem?
> 
> Thanks and regards,
> Sanjay Gupta
> 


Back to the top