Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Archive/planning/7.0"

< CDT‎ | Archive‎ | planning
(API Changes)
(Parser/Indexer/Editor)
Line 2: Line 2:
  
 
=== Parser/Indexer/Editor ===
 
=== Parser/Indexer/Editor ===
* Implementation of arithmetic conversions for binary and unary expressions.
+
* Arithmetic conversions for binary and unary expressions, [https://bugs.eclipse.org/bugs/show_bug.cgi?id=231859 bug 231859].
* Partial support for C++0x Standard.
+
* C++0x features supported by gcc 4.3, [https://bugs.eclipse.org/bugs/show_bug.cgi?id=294730 bug 294730].
 +
** Variadic templates,
 +
** Right angle brackets,
 +
** Default template arguments for function templates,
 +
** Rvalue references,
 +
** Static assertions,
 +
** Declared type of an expression.
  
 
=== Build ===
 
=== Build ===

Revision as of 06:01, 9 February 2010

Please enter your CDT 7.0 plan items here.

Parser/Indexer/Editor

  • Arithmetic conversions for binary and unary expressions, bug 231859.
  • C++0x features supported by gcc 4.3, bug 294730.
    • Variadic templates,
    • Right angle brackets,
    • Default template arguments for function templates,
    • Rvalue references,
    • Static assertions,
    • Declared type of an expression.

Build

  • Error highlighting and navigation in Build Console bug 295625
  • Saving build output into a file from CDT console, bug 294106
  • Generic user-configurable Regex Error Parser bug 109139
  • Run last make target key binding bug 69922

Debug

  • Tracepoints will be added to the CDT, with support from the DSF-GDB integration. Details and screen-shots can be found at this wiki page. The development effort is being tracked by bug 284286.

Other

API Changes

  • Adding API tooling tags @noextend, @noimplement, @noinstantiate to all classes of org.eclipse.cdt.make.* and org.eclipse.cdt.managedbuilder.* where comments do not indicate otherwise, see bug 301373.

Back to the top