================
@@ -859,6 +859,9 @@ Bug Fixes in This Version
   Fixes (`#78290 <https://github.com/llvm/llvm-project/issues/78290>`_)
 - Fixed assertion failure with deleted overloaded unary operators.
   Fixes (`#78314 <https://github.com/llvm/llvm-project/issues/78314>`_)
+- Fix crash when specialize out-of-line member function with default parameter
----------------
erichkeane wrote:

```suggestion
- Fix a crash when specializing an out-of-line member function with a default 
parameter where we did an incorrect specialization of the initialization of the 
default parameter.
```

Is this accurate?  

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

Reply via email to