We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51177d3 commit 3763951Copy full SHA for 3763951
clang/docs/ReleaseNotes.rst
@@ -694,6 +694,7 @@ Bug Fixes in This Version
694
- Constant evaluation now correctly runs the destructor of a variable declared in
695
the second clause of a C-style ``for`` loop. (#GH139818)
696
- 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)
698
699
Bug Fixes to Compiler Builtins
700
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments