================ @@ -476,6 +476,10 @@ features cannot lower the translation-unit ABI level; - Fixed merging of lambdas across modules in the case where neither lambda is imported from an AST file. (#GH214560) +- Fixed a crash when a non-type template parameter of reference type is bound + to a subobject and is used in a context that requires an implicit conversion. + (#GH215900) ---------------- zwuis wrote:
Nit: Only reference the issue fixed by this PR, if any. https://github.com/llvm/llvm-project/pull/215900 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
