Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Non-breaking API-change in 'org.eclipse.cdt.core'

I have extended public API in order to provide an 
implementation for the new c++ character types.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=305976


API Changes:
   org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
      * Added constants 't_char16_t', 't_char32_t'.

   org.eclipse.cdt.core.dom.ast.IBasicType.Kind
      * Added items 'eChar16', 'eChar32'.

   org.eclipse.cdt.core.parser.IToken
      * Added constants 't_char16_t', 't_char32_t'.

Markus.


Back to the top