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 3856058 commit fa2c417Copy full SHA for fa2c417
clang/docs/ReleaseNotes.rst
@@ -695,6 +695,7 @@ Bug Fixes in This Version
695
- Fixed type mismatch error when 'builtin-elementwise-math' arguments have different qualifiers, this should be well-formed. (#GH141397)
696
- Constant evaluation now correctly runs the destructor of a variable declared in
697
the second clause of a C-style ``for`` loop. (#GH139818)
698
+- Fixed an infinite recursion about defaulted constexpr dtor. (#GH141789)
699
700
Bug Fixes to Compiler Builtins
701
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments