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/NewIn911"

< CDT
(Merge edit by Amozzhuhin.yandex.ru)
Line 25: Line 25:
  
 
= Editor =
 
= Editor =
 +
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Binary integer literals
 +
|
 +
Added support for syntax coloring for binary integer literals from C++14. Such literals now use the same color and font as other numeric literals. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=558923 Bug 558923].
 +
|}
 +
----
 +
 
----
 
----
 
{| style="width: 100%;"
 
{| style="width: 100%;"

Revision as of 15:35, 20 January 2020


Release


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


Launchbar and tools.templates moved

The source code for launchbar and tools.template have been moved to the main CDT git repo and the releases of them are published alongside CDT releases in CDT's p2 repo. See Bug 558439 and Merging Git Repos note on getting started with CDT development.


Editor


Binary integer literals

Added support for syntax coloring for binary integer literals from C++14. Such literals now use the same color and font as other numeric literals. See Bug 558923.



Doxygen options

Added new options to customize how auto-generation of doxygen comments is performed. See Bug 333134.

Doxygen.jpg



Code Analysis


Variable masking

Added a new checker to verify if a variable is masking another in a parent scope. See Bug 273252.

Shallow copy

Added a new checker for objects shallow copies, i.e. classes with possible external references without an explicit copy constructor and assignment operator. See Bug 545714.

Magic numbers

Added a new checker to detect "magic numbers". See Bug 546609.


Parser



Formatter



Build


Warning options

Added new options for warnings not included in the 'all' category. See Bug 527143.

Warnings.jpg



Debug



Launch Bar



API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.11


Back to the top