[libcxx-commits] [libcxx] [libc++] Recognize _BitInt(N) as signed/unsigned integer type (PR #185027)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 12 02:09:39 PDT 2026
================
@@ -0,0 +1,175 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// Test that <bit> operations work with _BitInt(N) for various widths.
----------------
philnik777 wrote:
Please move these tests into the files containing the various functions. Nobody will be looking for a `bitint.pass.cpp` test.
https://github.com/llvm/llvm-project/pull/185027
More information about the libcxx-commits
mailing list