[clang] [Clang][Sema] fix outline member function template with default align crash (PR #78400)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 23 06:14:00 PST 2024
================
@@ -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
More information about the cfe-commits
mailing list