[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 18:35:41 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5c8ddf64ecf5: [ReleaseNotes] Add release notes for LLDB/Clang changes to handling of… (authored by Michael137).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142653/new/
https://reviews.llvm.org/D142653
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -138,12 +138,23 @@
Changes to the Debug Info
---------------------------------
+* The DWARFv5 feature of attaching `DW_AT_default_value` to defaulted template
+ parameters 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 parameters. (`D142268 <https://reviews.llvm.org/D142268>`_)
+
Changes to the LLVM tools
---------------------------------
Changes to LLDB
---------------------------------
+* In the results of commands such as `expr` and `frame var`, type summaries will now
+ omit defaulted template parameters. The full template parameter list can still be
+ viewed with `expr --raw-output`/`frame var --raw-output`. (`D141828 <https://reviews.llvm.org/D141828>`_)
+
Changes to Sanitizers
---------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142653.492630.patch
Type: text/x-patch
Size: 1148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/944836ba/attachment.bin>
More information about the llvm-commits
mailing list