Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] language extensions

I am looking for a way to add compiler specific language extensions
(function/memory qualifiers etc.) to the CDT parsers/scanners. Because
currently the parser triggers an error when using them.

There seem to be some interfaces like IParserExtension and
IScannerExtensionConfiguration that might be suitable for this purpose, but
these always seem to result in the GCC language extensions. Is there a way
to select our own extensions?

Or perhaps i'm looking in the wrong direction, then the more general
question is how to implement support for compiler specific language
extensions?

Regards,
  Wieant


Back to the top