Skip to content

Commit e993782

Browse files
committed
Move release note
1 parent 3316f38 commit e993782

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,19 @@ Non-comprehensive list of changes in this release
137137
- ``__builtin_elementwise_max`` and ``__builtin_elementwise_min`` functions for integer types can
138138
now be used in constant expressions.
139139

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+
140146
New Compiler Flags
141147
------------------
142148
- 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``).
143149

144150
Deprecated Compiler Flags
145151
-------------------------
146152

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-
152153
Modified Compiler Flags
153154
-----------------------
154155

0 commit comments

Comments
 (0)