This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by Michael137 on Jan 26 2023, 10:51 AM.

Diff Detail

Event Timeline

Michael137 created this revision.Jan 26 2023, 10:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2023, 10:51 AM
Michael137 requested review of this revision.Jan 26 2023, 10:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2023, 10:51 AM
aprantl accepted this revision.Jan 26 2023, 1:39 PM
This revision is now accepted and ready to land.Jan 26 2023, 1:39 PM
  • Rebase
  • Mention --raw-output option to view full template name
  • Make usage of parameters consistent
This revision was landed with ongoing or failed builds.Jan 26 2023, 6:35 PM
This revision was automatically updated to reflect the committed changes.
DavidSpickett added inline comments.
llvm/docs/ReleaseNotes.rst
141

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

Michael137 added inline comments.Mar 8 2023, 7:32 AM
llvm/docs/ReleaseNotes.rst
141

Good point, got fixed already here: https://reviews.llvm.org/D144792

141

I'll fix it up for LLDB changes below