================
@@ -375,6 +375,10 @@ Bug Fixes to C++ Support
 - Fixed a bug causing destructors of constant-evaluated structured bindings
   initialized by array elements to be called in the wrong evaluation context.
 
+- Fix crash where ill-formed code was being treated as a deduction guide and
+  we now produce a diagnostic. Fixes:
+  (`65522 <https://github.com/llvm/llvm-project/issues/65522>`_)
----------------
cor3ntin wrote:

```suggestion
  (`#65522 <https://github.com/llvm/llvm-project/issues/65522>`_)
```

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

Reply via email to