[libcxx-commits] [libcxx] [llvm] [libc++] Update macOS and AppleClang (PR #193711)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 28 08:44:51 PDT 2026


================
@@ -11,7 +11,7 @@
 // Ensure that APIs which take a CharT* are diagnosing passing a nullptr to them
 
 // AppleClang doesn't have diagnose_if with diagnostic flags
-// UNSUPPORTED: apple-clang-17
+// UNSUPPORTED: apple-clang-21
----------------
philnik777 wrote:

This should be available in AppleClang 21, but we specifically disable the uses for AppleClang inside `<__config>`. This should be possible to remove in a follow-up.

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


More information about the libcxx-commits mailing list