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

< CDT
(Created page with "<!-- Format for an entry: ---- {| style="width: 100%;" |- style="vertical-align:top;" ! style="width: 30%; text-align:left;" | short title here | Full description - perhaps...")
 
Line 32: Line 32:
 
= Code Analysis =
 
= Code Analysis =
 
----
 
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Variable masking
 +
|
 +
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].
 +
|}
 
----
 
----
  

Revision as of 06:21, 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.


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