We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f6bb2 commit f29abf9Copy full SHA for f29abf9
clang/docs/ReleaseNotes.rst
@@ -149,6 +149,7 @@ Non-comprehensive list of changes in this release
149
- Use of ``__has_feature`` to detect the ``ptrauth_qualifier`` and ``ptrauth_intrinsics``
150
features has been deprecated, and is restricted to the arm64e target only. The
151
correct method to check for these features is to test for the ``__PTRAUTH__``
152
+ macro.
153
154
- Added a new builtin, ``__builtin_dedup_pack``, to remove duplicate types from a parameter pack.
155
This feature is particularly useful in template metaprogramming for normalizing type lists.
0 commit comments