[clang] [NFC] RelNotes Formatting fix I screwed up in 209893 (PR #210325)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 06:29:32 PDT 2026


https://github.com/erichkeane created https://github.com/llvm/llvm-project/pull/210325

None

>From 8e8f5beec57b7d6e79c96fb4dd9815ac3807f1f4 Mon Sep 17 00:00:00 2001
From: erichkeane <ekeane at nvidia.com>
Date: Fri, 17 Jul 2026 06:28:10 -0700
Subject: [PATCH] [NFC] RelNotes Formatting fix I screwed up in 209893

---
 clang/docs/ReleaseNotes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/ReleaseNotes.md b/clang/docs/ReleaseNotes.md
index ecf192125b2ed..8e47adbc64a4c 100644
--- a/clang/docs/ReleaseNotes.md
+++ b/clang/docs/ReleaseNotes.md
@@ -311,7 +311,7 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the
 
 #### Bug Fixes to C++ Support
 
--Fixed an issue where we tried to compare invalid NTTPs for variable declarations, which ended up in hitting an assertion with a constrained non-plain-auto NTTP, which we don't quite implement yet. (#GH208658)
+- Fixed an issue where we tried to compare invalid NTTPs for variable declarations, which ended up in hitting an assertion with a constrained non-plain-auto NTTP, which we don't quite implement yet. (#GH208658)
 
 - Fixed a crash when a using-declaration naming an unresolvable member of a
   dependent base was shadowed by an invalid using-declaration. (#GH209427)



More information about the cfe-commits mailing list