File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ C++ Specific Potentially Breaking Changes
140
140
unsigned operator""_udl_name(unsigned long long);
141
141
142
142
- 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
144
144
ignored and had no effect. (#GH107556)
145
145
146
146
.. code-block :: c++
@@ -469,7 +469,7 @@ Bug Fixes in This Version
469
469
- Fixed a crash using ``__array_rank `` on 64-bit targets. (#GH113044).
470
470
- The warning emitted for an unsupported register variable type now points to
471
471
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).
473
473
- Fixed a crash when GNU statement expression contains invalid statement (#GH113468).
474
474
475
475
Bug Fixes to Compiler Builtins
You can’t perform that action at this time.
0 commit comments