Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Extending GNUCSourceParser: attributes in expressions

Hi,
 
I am integrating a GNU C extension that allows attributes in expressions. The simple way of doing it is to extend GNUCSourceParser class and overwrite some methods. But GNUCSourceParser is internal, with all consequences of it.
So my questions are:
Is there a better way to deal with this problem? Is there an interest to add support for it to CDT? I am not a C language expert and don't know how widely the attributes in expressions are used.
 
Thanks,
Mikhail

--

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.


Back to the top