summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorRichard Smith <richard@metafoo.co.uk>2023-04-30 15:13:22 -0700
committerRichard Smith <richard@metafoo.co.uk>2023-04-30 15:13:22 -0700
commit0a57d4d490a4090631e13bab17cee015fc91d4dd (patch)
tree59f72d8a7b09772f695cf687c235f6b65b6aadcb /clang/docs
parenta543e1425079f8b6ee1744f58ac64df6f0fea7f7 (diff)
downloadllvm-0a57d4d490a4090631e13bab17cee015fc91d4dd.tar.gz
Remove bug fix release note for a bug that was never released.
In its place, add a description of a bug that the change introducing the bug in question inadvertently fixed. See BZ 62361 for more details.
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index d66993b0929f..6cc736205dd0 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -331,10 +331,7 @@ Bug Fixes in This Version
(`#62122 <https://github.com/llvm/llvm-project/issues/62122>`_)
- Fix crash when handling undefined template partial specialization
(`#61356 <https://github.com/llvm/llvm-project/issues/61356>`_)
-- Fix a crash caused by incorrectly evaluating constraints on an inheriting
- constructor declaration.
- (`#62361 <https://github.com/llvm/llvm-project/issues/62361>`_)
- (`#62362 <https://github.com/llvm/llvm-project/issues/62362>`_)
+- Fix premature substitution into the constraints of an inherited constructor.
- Fix crash when attempting to perform parenthesized initialization of an
aggregate with a base class with only non-public constructors.
(`#62296 <https://github.com/llvm/llvm-project/issues/62296>`_)