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 0023b2c commit 2190e69Copy full SHA for 2190e69
clang/docs/ReleaseNotes.rst
@@ -439,7 +439,7 @@ Bug Fixes in This Version
439
- Fixed a crash when trying to transform a dependent address space type. Fixes #GH101685.
440
- Fixed a crash when diagnosing format strings and encountering an empty
441
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).
+- Fixed a crash using ``__array_rank`` on 64-bit targets. (#GH113044).
443
- The warning emitted for an unsupported register variable type now points to
444
the unsupported type instead of the ``register`` keyword (#GH109776).
445
0 commit comments