Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
Line 27: Line 27:
  
 
= Code Analysis =
 
= Code Analysis =
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Nodiscard checker
 +
|
 +
Added new 'no discard' checker. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=534420 Bug 534420 ].
 +
|}
 
----
 
----
 
----
 
----

Revision as of 04:34, 12 April 2020


Release


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



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


Copyright © Eclipse Foundation, Inc. All Rights Reserved.