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

< 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 17: Line 17:
 
----
 
----
 
----
 
----
 
  
 
<!--
 
<!--
Line 53: Line 52:
 
-->
 
-->
  
<!--
 
 
= Build =
 
= Build =
 
----
 
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Visual Studio 2017 and 2019
 +
|
 +
Support for detecting the Microsoft Visual C++ toolchain part of Visual Studio 2017 and 2019 has been added. This support is still considered experimental since many basic features are missing for this CDT toolchain. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=567169 Bug 567169].
 +
|}
 
----
 
----
-->
+
 
  
 
<!--
 
<!--

Revision as of 21:09, 27 September 2020


Release


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





Parser


__has_include

Parser support has been added for C++17 __has_include as well as the language extension __has_include_next. See Bug 566918.



Build


Visual Studio 2017 and 2019

Support for detecting the Microsoft Visual C++ toolchain part of Visual Studio 2017 and 2019 has been added. This support is still considered experimental since many basic features are missing for this CDT toolchain. See Bug 567169.




API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.1


Back to the top