[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-10-29 Thread Ognyan Mirev via cfe-commits
https://github.com/OgnianM edited https://github.com/llvm/llvm-project/pull/114056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-10-29 Thread Ognyan Mirev via cfe-commits
https://github.com/OgnianM edited https://github.com/llvm/llvm-project/pull/114056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-10-29 Thread Ognyan Mirev via cfe-commits
@@ -91,12 +91,14 @@ __device__ inline void operator delete[](void *ptr, #endif // Device overrides for placement new and delete. +#if _LIBCPP_STD_VER < 26 OgnianM wrote: Looks like it https://github.com/gcc-mirror/gcc/blob/9dd9a88b75334bc079b8ab5fb2dbb5d56765

[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-10-29 Thread Ognyan Mirev via cfe-commits
https://github.com/OgnianM edited https://github.com/llvm/llvm-project/pull/114056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-10-30 Thread Ognyan Mirev via cfe-commits
https://github.com/OgnianM updated https://github.com/llvm/llvm-project/pull/114056 >From db9a3ff75fdaf5f838826c809f84dcc471420920 Mon Sep 17 00:00:00 2001 From: ognyan Date: Tue, 29 Oct 2024 15:38:34 +0200 Subject: [PATCH 1/2] Remove device override for operator new when the C++ standard >= 2

[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-11-15 Thread Ognyan Mirev via cfe-commits
OgnianM wrote: Ping https://github.com/llvm/llvm-project/pull/114056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove device override for operator new when the C++ standard >= 26 (PR #114056)

2024-11-15 Thread Ognyan Mirev via cfe-commits
OgnianM wrote: Yeah, am I supposed to do anything at this point or should I just leave it to you? https://github.com/llvm/llvm-project/pull/114056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo