Skip to content

Commit 3763951

Browse files
committed
add release note
1 parent 51177d3 commit 3763951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ Bug Fixes in This Version
694694
- Constant evaluation now correctly runs the destructor of a variable declared in
695695
the second clause of a C-style ``for`` loop. (#GH139818)
696696
- Fixed a bug with constexpr evaluation for structs containing unions in case of C++ modules. (#GH143168)
697+
- Fixed an infinite recursion about defaulted constexpr dtor. (#GH141789)
697698

698699
Bug Fixes to Compiler Builtins
699700
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)