[PATCH] D142653: [ReleaseNotes] Add release notes for LLDB/Clang changes to handling of defaulted template arguments
Michael Buch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 10:51:04 PST 2023
Michael137 created this revision.
Michael137 added a reviewer: aprantl.
Herald added a project: All.
Michael137 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142653
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -286,6 +286,15 @@
for variables optimized into a constant via the SROA and SCCP passes.
(`D138995 <https://reviews.llvm.org/D138995>`_)
+The DWARFv5 feature of attaching `DW_AT_default_value` to defaulted template
+parameter will now be available in any non-strict DWARF mode and in a wider
+range of cases than previously.
+(`D139953 <https://reviews.llvm.org/D139953>`_, `D139988 <https://reviews.llvm.org/D139988>`_)
+
+The `DW_AT_name` on `DW_AT_typedef`s for alias templates will now omit defaulted
+template arguments.
+(`D142268 <https://reviews.llvm.org/D142268>`_)
+
Changes to the LLVM tools
---------------------------------
@@ -304,6 +313,7 @@
---------------------------------
* Initial support for debugging Linux LoongArch 64-bit binaries.
+* Type summaries will now omit defaulted template parameters (`D141828 <https://reviews.llvm.org/D141828>`_)
Changes to Sanitizers
---------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142653.492518.patch
Type: text/x-patch
Size: 1092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230126/0277f09e/attachment.bin>
More information about the llvm-commits
mailing list