From 65ac74fad78667f0fded3076ab389ab75a307319 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Mar 2023 10:40:54 -0400 Subject: [PATCH] Updates to N&N for CDT 11.1 release Part of #202 --- NewAndNoteworthy/CDT-11.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NewAndNoteworthy/CDT-11.1.md b/NewAndNoteworthy/CDT-11.1.md index 907bc16ebc5..3712a24ee9b 100644 --- a/NewAndNoteworthy/CDT-11.1.md +++ b/NewAndNoteworthy/CDT-11.1.md @@ -6,7 +6,9 @@ This is the New & Noteworthy page for CDT 11.1 which is part of Eclipse 2023-03 # Release Notes +# C++ Language support +Numerous improvements to C++ language support have [been implemented for CDT 11.1](https://github.com/eclipse-cdt/cdt/pulls?q=is%3Apr+is%3Aclosed+label%3Alanguage+milestone%3A11.1.0). # API Changes, current and planned @@ -14,7 +16,8 @@ Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API cha ## GCCToolchain allows custom parsing of `#define` lines -See new method `matchDefines` introduced in `GCCToolChain`. +See new method [`matchDefines` introduced in `GCCToolChain`](https://github.com/eclipse-cdt/cdt/blob/920f7d85a56bf60e9e5befeea42779bf9b4021d2/build/org.eclipse.cdt.build.gcc.core/src/org/eclipse/cdt/build/gcc/core/GCCToolChain.java#L537-L552). + # Noteworthy Issues and Pull Requests See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A11.1.0) for this release in the issue/PR tracker.