Skip to main content

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

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.

Back to the top