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 ee8c1ae commit b1b2de3Copy full SHA for b1b2de3
clang/docs/ReleaseNotes.rst
@@ -144,9 +144,9 @@ New Compiler Flags
144
Deprecated Compiler Flags
145
-------------------------
146
147
-- Use of `__has_feature` to detect the `ptrauth_qualifier` and `ptrauth_intrinsics`
+- Use of ``__has_feature`` to detect the ``ptrauth_qualifier`` and ``ptrauth_intrinsics``
148
features has been deprecated, and is restricted to the arm64e target only. The
149
- correct method to check for these features is to test for the `__PTRAUTH__`
+ correct method to check for these features is to test for the ``__PTRAUTH__``
150
macro.
151
152
Modified Compiler Flags
0 commit comments