[clang] [clang][Sema] Avoid assert when diagnosing address-space qualified new/delete (PR #178424)
Ayush Kumar Gaur via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 11 09:53:00 PST 2026
================
@@ -282,6 +282,9 @@ 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 when diagnosing address-space qualified ``new``/``delete`` in language-defined address spaces such as OpenCL ``__local``. (#GH178319)
+- Fixed an assertion failure in ObjC++ ARC when binding a ``__strong`` rvalue reference to a ``const __autoreleasing`` reference. (#GH178524)
----------------
Ayush3941 wrote:
strangely i don't remember adding that line i think that was added in a merge later removed upstream anyway removed now
https://github.com/llvm/llvm-project/pull/178424
More information about the cfe-commits
mailing list