[libcxx-commits] [libcxx] [libc++] Removes Clang-18 specific code. (PR #134496)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 5 12:44:36 PDT 2025


================
@@ -9,7 +9,7 @@
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
 
 // These compilers don't support __builtin_is_virtual_base_of yet.
-// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-16, apple-clang-17
+// UNSUPPORTED: clang-19, gcc-14, apple-clang-16, apple-clang-17
----------------
Zingam wrote:

If after: https://github.com/llvm/llvm-project/pull/131883 we have Apple Clang 17 (Xcode 16.3). Can we also get rid of:
```suggestion
// UNSUPPORTED: clang-19, gcc-14,apple-clang-17
```

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


More information about the libcxx-commits mailing list