[clang] [Clang] Fix crash when ill-formed code is treated as a deduction guide (PR #67373)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 30 00:36:18 PDT 2023
================
@@ -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
More information about the cfe-commits
mailing list