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
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
475475Bug Fixes to Compiler Builtins
You can’t perform that action at this time.
0 commit comments