Skip to content

Commit f29abf9

Browse files
committed
Fix missing line
1 parent 10f6bb2 commit f29abf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Non-comprehensive list of changes in this release
149149
- Use of ``__has_feature`` to detect the ``ptrauth_qualifier`` and ``ptrauth_intrinsics``
150150
features has been deprecated, and is restricted to the arm64e target only. The
151151
correct method to check for these features is to test for the ``__PTRAUTH__``
152+
macro.
152153

153154
- Added a new builtin, ``__builtin_dedup_pack``, to remove duplicate types from a parameter pack.
154155
This feature is particularly useful in template metaprogramming for normalizing type lists.

0 commit comments

Comments
 (0)