Skip to content

Commit b1b2de3

Browse files
ojhuntAaronBallman
andauthored
Update clang/docs/ReleaseNotes.rst
Co-authored-by: Aaron Ballman <[email protected]>
1 parent ee8c1ae commit b1b2de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ New Compiler Flags
144144
Deprecated Compiler Flags
145145
-------------------------
146146

147-
- Use of `__has_feature` to detect the `ptrauth_qualifier` and `ptrauth_intrinsics`
147+
- Use of ``__has_feature`` to detect the ``ptrauth_qualifier`` and ``ptrauth_intrinsics``
148148
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__`
149+
correct method to check for these features is to test for the ``__PTRAUTH__``
150150
macro.
151151

152152
Modified Compiler Flags

0 commit comments

Comments
 (0)