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 ea73192 commit ee8c1aeCopy full SHA for ee8c1ae
clang/docs/ReleaseNotes.rst
@@ -144,6 +144,11 @@ New Compiler Flags
144
Deprecated Compiler Flags
145
-------------------------
146
147
+- 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__`
150
+ macro.
151
+
152
Modified Compiler Flags
153
-----------------------
154
0 commit comments