You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,18 +137,19 @@ Non-comprehensive list of changes in this release
137
137
- ``__builtin_elementwise_max`` and ``__builtin_elementwise_min`` functions for integer types can
138
138
now be used in constant expressions.
139
139
140
+
- Use of ``__has_feature`` to detect the ``ptrauth_qualifier`` and ``ptrauth_intrinsics``
141
+
features has been deprecated, and is restricted to the arm64e target only. The
142
+
correct method to check for these features is to test for the ``__PTRAUTH__``
143
+
macro.
144
+
145
+
140
146
New Compiler Flags
141
147
------------------
142
148
- New option ``-fno-sanitize-annotate-debug-info-traps`` added to disable emitting trap reasons into the debug info when compiling with trapping UBSan (e.g. ``-fsanitize-trap=undefined``).
143
149
144
150
Deprecated Compiler Flags
145
151
-------------------------
146
152
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__``
0 commit comments