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 @@ -355,7 +355,7 @@ Improvements to Clang's diagnostics
355355 potential misaligned members get processed before they can get discarded.
356356 (#GH144729)
357357
358- - Clang now emits dignostic with correct message in case of assigning to const reference captured in lambda. (#GH105647)
358+ - Clang now emits a diagnostic with the correct message in case of assigning to const reference captured in lambda. (#GH105647)
359359
360360- Fixed false positive in ``-Wmissing-noreturn `` diagnostic when it was requiring the usage of
361361 ``[[noreturn]] `` on lambdas before C++23 (#GH154493).
@@ -471,7 +471,7 @@ Bug Fixes to C++ Support
471471 casts that are guaranteed to fail (#GH137518).
472472- Fix bug rejecting partial specialization of variable templates with auto NTTPs (#GH118190).
473473- Fix a crash if errors "member of anonymous [...] redeclares" and
474- "intializing multiple members of union" coincide (#GH149985).
474+ "initializing multiple members of union" coincide (#GH149985).
475475- Fix a crash when using ``explicit(bool) `` in pre-C++11 language modes. (#GH152729)
476476- Fix the parsing of variadic member functions when the ellipis immediately follows a default argument.(#GH153445)
477477- Fixed a bug that caused ``this `` captured by value in a lambda with a dependent explicit object parameter to not be
You can’t perform that action at this time.
0 commit comments