Skip to content

Commit a85ecfa

Browse files
authored
[clang][NFC] Fix typos in clang release notes (llvm#166064)
Fix typos in clang release notes
1 parent 97660c1 commit a85ecfa

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
@@ -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

0 commit comments

Comments
 (0)