[libcxx-commits] [libcxx] [libc++] Bump Xcode support (PR #148651)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 14 22:03:33 PDT 2025


================
@@ -9,7 +9,7 @@
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
 
 // These compilers don't support __builtin_is_implicit_lifetime yet.
-// UNSUPPORTED: clang-18, clang-19, gcc-14, gcc-15, apple-clang-15, apple-clang-16, apple-clang-17
+// UNSUPPORTED: clang-18, clang-19, gcc-14, gcc-15, apple-clang-16, apple-clang-17
----------------
H-G-Hristov wrote:

```suggestion
// UNSUPPORTED: clang-19, gcc-14, gcc-15, apple-clang-16, apple-clang-17
```
Mentions of clang-18 can be removed too.


https://github.com/llvm/llvm-project/pull/148651


More information about the libcxx-commits mailing list