Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Parsing macros in the declaration

Hi All,

        Is there anybody who can help me out with this?

Thanks,
Sanjesh
.


From: Sanjesh R Nair/India/IBM@IBMIN
To: cdt-dev@xxxxxxxxxxx
Date: 06/30/2011 03:03 PM
Subject: [cdt-dev] Parsing macros in the declaration
Sent by: cdt-dev-bounces@xxxxxxxxxxx





Hi All,

Does CDT parse and load the following declaration in the AST model?

       


               #define IMPORT __declspec(dllimport)

               class IMPORT X {};


Would I get the __declspec(dllimport) or the macro as part of the AST?


Thanks,

Sanjesh.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top