================ @@ -17,7 +17,7 @@ namespace LIBC_NAMESPACE::cpp { // is_function -#if LIBC_HAS_BUILTIN(__is_function) +#if __has_builtin(__is_function) ---------------- marcauberer wrote: Done. https://github.com/llvm/llvm-project/pull/86554