What's new
CDT 1.1 runs on Eclipse 2.1.
The C and C++ scanner/parser have been replaced to provide:
Better error recovery
- If the parser fails to understand some code it will skip over it and
continue on the next valid construct
Additional objects in the outline view (including icons):
- Templates
- Typedefs
- Enumerations and their values
- Unions
Additional information that will now be shown on the objects:
- Visibility for attributes and operations
- Signatures and return types for operations
- Type of attributes
- Decorations for static, const, and volatile