[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
Wed Mar 8 07:32:48 PST 2023
Michael137 added inline comments.
================
Comment at: llvm/docs/ReleaseNotes.rst:141
+* 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
----------------
Michael137 wrote:
> DavidSpickett wrote:
> > I think you want double backtick quote, a single one works for Markdown but rst wants 2.
> >
> > https://docutils.sourceforge.io/docs/user/rst/quickref.html#inline-markup
> Good point, got fixed already here: https://reviews.llvm.org/D144792
I'll fix it up for LLDB changes below
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142653/new/
https://reviews.llvm.org/D142653
More information about the llvm-commits
mailing list