[clang] Reapply "[clang] Fix sema on ObjCLifetime conversion (#178524)" (PR #180817)
Peter Rong via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 10:54:21 PST 2026
================
@@ -278,6 +278,8 @@ Miscellaneous Clang Crashes Fixed
- Fixed a crash when using loop hint with a value dependent argument inside a
generic lambda. (#GH172289)
- Fixed a crash in C++ overload resolution with ``_Atomic``-qualified argument types. (#GH170433)
+- Fixed an assertion failure in ObjC++ ARC when binding a ``__strong`` rvalue reference to a ``const __autoreleasing`` reference. (#GH178524)
----------------
DataCorrupted wrote:
If we promote the language and use wider terms like "different lifetimes", would that be better? For example:
"Fixed an assertion failure in ObjC++ ARC when binding a rvalue reference to reference with different lifetimes"
https://github.com/llvm/llvm-project/pull/180817
More information about the cfe-commits
mailing list