[clang] [clang][NFC] Fix typos in clang release notes (PR #166064)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 3 08:58:16 PST 2025
================
@@ -350,7 +350,7 @@ Improvements to Clang's diagnostics
potential misaligned members get processed before they can get discarded.
(#GH144729)
-- Clang now emits dignostic with correct message in case of assigning to const reference captured in lambda. (#GH105647)
+- Clang now emits diagnostic with correct message in case of assigning to const reference captured in lambda. (#GH105647)
----------------
AmrDeveloper wrote:
Thank you, I updated it 👍🏻
https://github.com/llvm/llvm-project/pull/166064
More information about the cfe-commits
mailing list