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/User/NewIn100"

< CDT
(Removal of Arduino, XLC, LRParser and UPC)
Line 16: Line 16:
 
This is the New & Noteworthy page for CDT 10.0 which is part of Eclipse 2020-09 Simultaneous Release
 
This is the New & Noteworthy page for CDT 10.0 which is part of Eclipse 2020-09 Simultaneous Release
 
----
 
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Arduino specific plug-ins removed
 +
|
 +
The source code for Arduino (org.eclipse.cdt.arduino.*) is no longer part of CDT and is not receiving any updates. Please consider using The Arduino Eclipse IDE and plug-ins named [https://marketplace.eclipse.org/node/2637354 Sloeber] for your future Eclipse CDT powered Arduino development. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=562498 Bug 562498].
 +
|}
 +
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | XLC, LRParser and UPC removed
 +
|
 +
XLC, LRParser and UPC removed components of CDT have been removed.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=559474 Bug 559474].
 +
|}
 
----
 
----
  

Revision as of 11:01, 4 May 2020


Release


This is the New & Noteworthy page for CDT 10.0 which is part of Eclipse 2020-09 Simultaneous Release


Arduino specific plug-ins removed

The source code for Arduino (org.eclipse.cdt.arduino.*) is no longer part of CDT and is not receiving any updates. Please consider using The Arduino Eclipse IDE and plug-ins named Sloeber for your future Eclipse CDT powered Arduino development. See Bug 562498.


XLC, LRParser and UPC removed

XLC, LRParser and UPC removed components of CDT have been removed. See Bug 559474.


Editor



Refactoring



Code Analysis

Nodiscard checker

Added new 'no discard' checker. See Bug 534420 .



Parser

Deduction guides

Parser support has been added for C++17 constructor template deduction guide. See Bug 541239. CTAD.jpg



Formatter

Deduction guides

Formatter support has been added for C++17 constructor template deduction guide. See Bug 541239. CTADFormatter.jpg



Build



Debug



Launch Bar



API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.0


Back to the top