Skip to content

Commit 2190e69

Browse files
Update clang/docs/ReleaseNotes.rst
Co-authored-by: Eli Friedman <[email protected]>
1 parent 0023b2c commit 2190e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Bug Fixes in This Version
439439
- Fixed a crash when trying to transform a dependent address space type. Fixes #GH101685.
440440
- Fixed a crash when diagnosing format strings and encountering an empty
441441
delimited escape sequence (e.g., ``"\o{}"``). #GH102218
442-
- Fixed a crash when the result of ``__array_rank`` is used as operand for bit operation. (#GH113044).
442+
- Fixed a crash using ``__array_rank`` on 64-bit targets. (#GH113044).
443443
- The warning emitted for an unsupported register variable type now points to
444444
the unsupported type instead of the ``register`` keyword (#GH109776).
445445

0 commit comments

Comments
 (0)