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
Line 37: Line 37:
 
|
 
|
 
Added a new checker to verify if a variable is masking another in a parent scope.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=273252 Bug 273252].
 
Added a new checker to verify if a variable is masking another in a parent scope.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=273252 Bug 273252].
 +
|}
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | 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 [https://bugs.eclipse.org/bugs/show_bug.cgi?id=545714 Bug 545714].
 
|}
 
|}
 
----
 
----

Revision as of 15:16, 3 January 2020


Release


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




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.


Parser



Formatter



Build




Debug



Launch Bar



API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.11


Back to the top