[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:30:57 PST 2023
Michael137 updated this revision to Diff 492623.
Michael137 added a comment.
- Rebase
- Mention `--raw-output` option to view full template name
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 arguments. (`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 argument 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.492623.patch
Type: text/x-patch
Size: 1146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/5caed745/attachment.bin>
More information about the llvm-commits
mailing list