Skip to content

Commit 5df84a7

Browse files
authored
[NFC] clean space in clang release note (llvm#114188)
1 parent cad0940 commit 5df84a7

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
@@ -140,7 +140,7 @@ C++ Specific Potentially Breaking Changes
140140
unsigned operator""_udl_name(unsigned long long);
141141

142142
- Clang will now produce an error diagnostic when [[clang::lifetimebound]] is
143-
applied on a parameter of a function that returns void. This was previously
143+
applied on a parameter of a function that returns void. This was previously
144144
ignored and had no effect. (#GH107556)
145145

146146
.. code-block:: c++
@@ -469,7 +469,7 @@ Bug Fixes in This Version
469469
- Fixed a crash using ``__array_rank`` on 64-bit targets. (#GH113044).
470470
- The warning emitted for an unsupported register variable type now points to
471471
the unsupported type instead of the ``register`` keyword (#GH109776).
472-
- Fixed a crash when emit ctor for global variant with flexible array init (#GH113187).
472+
- Fixed a crash when emit ctor for global variant with flexible array init (#GH113187).
473473
- Fixed a crash when GNU statement expression contains invalid statement (#GH113468).
474474

475475
Bug Fixes to Compiler Builtins

0 commit comments

Comments
 (0)