[clang] [NFC] RelNotes Formatting fix I screwed up in 209893 (PR #210325)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 17 06:30:14 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Erich Keane (erichkeane)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/210325.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.md (+1-1)
``````````diff
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)
``````````
</details>
https://github.com/llvm/llvm-project/pull/210325
More information about the cfe-commits
mailing list