Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Non breaking API change

Hi,
I have made API additions in order to implement support for strongly
typed enums.
This is a new feature of C++0x.

+ New enum item:  EScopeKind.eEnumeration
+ New interfaces: ICPPASTEnumerationSpecifier, ICPPEnumeration
+ New method:     ICPPNodeFactory.newEnumerationSpecifier(...)

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

Markus.


Back to the top