Skip to content

Commit 6c82678

Browse files
committed
[ReleaseNotes] DebugInfo: preferred_name attribute changes
Describes changes made in D145803. Differential Revision: https://reviews.llvm.org/D147695 (cherry picked from commit 80fe7358f6f4811d2619cf4c09fb246b6b6c764b)
1 parent 8973da3 commit 6c82678

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ Changes to the Debug Info
169169

170170
During this release ...
171171

172+
* When a template class annotated with the ``[[clang::preferred_name]]`` attribute
173+
were to appear in a ``DW_AT_type``, the type will now be that of the preferred_name
174+
instead. This is only enabled when tuned for LLDB at the moment.
175+
(`D145803 <https://reviews.llvm.org/D145803>`_)
176+
172177
Changes to the LLVM tools
173178
---------------------------------
174179

0 commit comments

Comments
 (0)