[clang] 0a57d4d - Remove bug fix release note for a bug that was never released.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 30 15:15:26 PDT 2023
Author: Richard Smith
Date: 2023-04-30T15:13:22-07:00
New Revision: 0a57d4d490a4090631e13bab17cee015fc91d4dd
URL: https://github.com/llvm/llvm-project/commit/0a57d4d490a4090631e13bab17cee015fc91d4dd
DIFF: https://github.com/llvm/llvm-project/commit/0a57d4d490a4090631e13bab17cee015fc91d4dd.diff
LOG: 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.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index d66993b0929fb..6cc736205dd02 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>`_)
More information about the cfe-commits
mailing list