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

< CDT
(Change to Type -A)
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
----
 
----
 
This is the New & Noteworthy page for CDT 9.9 which is part of Eclipse 2019-09 Simultaneous Release
 
This is the New & Noteworthy page for CDT 9.9 which is part of Eclipse 2019-09 Simultaneous Release
 +
----
 +
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | License changes to Type A
 +
| The CDT project, starting with the 9.9 release will be releasing using [https://projects.eclipse.org/ip-due-diligence-type/type-license-compatibility-certification Type A - License Compatibility Certification] which means "All third-party content is reviewed and certified as license-compatible with the project license." This change is to allow additional flexibility, for example allowing us to release components that depend on node implementations of Debug Adapter Protocol and Language Server Protocol. See the [https://www.eclipse.org/lists/cdt-dev/msg33696.html cdt-dev] mailing list for more information.
 +
|}
 
----
 
----
  
Line 30: Line 37:
 
-->
 
-->
  
<!--
 
 
= Code Analysis =
 
= Code Analysis =
 
----
 
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Assignment operator checker
 +
|
 +
Added a new checker for assignment operator: check for the presence of self assignment check, returns by reference check. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=545959 Bug 545959].
 +
|}
 +
----
 +
 +
= Parser =
 +
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Structured Binding Declarations
 +
|
 +
Implemented support for structured binding declarations. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=522200].
 +
 +
[[File:StructuredBindings.png]]
 +
|}
 
----
 
----
-->
 
  
 
= Formatter =
 
= Formatter =
Line 46: Line 69:
 
[[File:CommentsOptions.png]]
 
[[File:CommentsOptions.png]]
 
|}
 
|}
----
 
  
<!--
+
{| style="width: 100%;"
= Parser =
+
|- style="vertical-align:top;"
----
+
! style="width: 30%; text-align:left;" | Structured Bindings Formatting
 +
|
 +
Added options to control formatting of structured binding declarations.
 +
 
 +
[[File:StructuredBindingsFormatterOptions.png]]
 +
|}
 
----
 
----
-->
 
  
 
= Build =
 
= Build =

Latest revision as of 10:16, 6 August 2019


Release


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



License changes to Type A The CDT project, starting with the 9.9 release will be releasing using Type A - License Compatibility Certification which means "All third-party content is reviewed and certified as license-compatible with the project license." This change is to allow additional flexibility, for example allowing us to release components that depend on node implementations of Debug Adapter Protocol and Language Server Protocol. See the cdt-dev mailing list for more information.



Code Analysis


Assignment operator checker

Added a new checker for assignment operator: check for the presence of self assignment check, returns by reference check. See Bug 545959.


Parser


Structured Binding Declarations

Implemented support for structured binding declarations. See [1].

StructuredBindings.png


Formatter


Comments formatting

Added options to control comments formatting. Doxygen comments will be formatted according to the related options regardless the comments formatter options. See Bug 540001.

CommentsOptions.png

Structured Bindings Formatting

Added options to control formatting of structured binding declarations.

StructuredBindingsFormatterOptions.png


Build


MSVC output parser

A new output parser was added that supports the MSVC compiler (cl.exe). This is useful for detecting macro definitions and include paths in external builds using this compiler. clang-cl.exe, the Clang replacement for cl is also supported. See Bug 547967.

Msvc build output parser.png




Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.9


Back to the top