Skip to main content

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

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