================
@@ -623,6 +623,7 @@ Bug Fixes in This Version
 - Fix crash due to unknown references and pointer implementation and handling 
of
   base classes. (GH139452)
 - Fixed an assertion failure in serialization of constexpr structs containing 
unions. (#GH140130)
+- Fix constant evaluation in for loop not calling destructor (#GH139818)
----------------
Sirraide wrote:

```suggestion
- Constant evaluation now correctly runs the destructor of a variable declared 
in 
  the second clause of a C-style ``for`` loop. (#GH139818)
```

https://github.com/llvm/llvm-project/pull/140278
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to