[libcxx-commits] [libcxx] [libc++][test] Migrate _BitInt probe to __BITINT_MAXWIDTH__ and fix latent test bugs (PR #203876)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 17 00:01:07 PDT 2026


================
@@ -76,7 +86,7 @@
 
 #if defined(__apple_build_version__)
 // Given AppleClang XX.Y.Z, TEST_APPLE_CLANG_VER is XXYZ (e.g. AppleClang 14.0.3 => 1403)
-#define TEST_APPLE_CLANG_VER (__apple_build_version__ / 10000)
+#  define TEST_APPLE_CLANG_VER (__apple_build_version__ / 10000)
----------------
frederick-vs-ja wrote:

Hmm, I think it would be less confusing if we reformat the whole file in a later PR.

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


More information about the libcxx-commits mailing list