[llvm] 5c8ddf6 - [ReleaseNotes] Add release notes for LLDB/Clang changes to handling of defaulted template arguments

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 18:35:21 PST 2023


Author: Michael Buch
Date: 2023-01-27T02:32:56Z
New Revision: 5c8ddf64ecf545e8d62f4916ceec275bd8f425ea

URL: https://github.com/llvm/llvm-project/commit/5c8ddf64ecf545e8d62f4916ceec275bd8f425ea
DIFF: https://github.com/llvm/llvm-project/commit/5c8ddf64ecf545e8d62f4916ceec275bd8f425ea.diff

LOG: [ReleaseNotes] Add release notes for LLDB/Clang changes to handling of defaulted template arguments

Differential Revision: https://reviews.llvm.org/D142653

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 71ff2cb3b9166..cdf2d733ff437 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -138,12 +138,23 @@ Changes to the Metadata Info
 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
 ---------------------
 


        


More information about the llvm-commits mailing list