[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
Fri Apr 17 08:45:56 PDT 2026


https://github.com/philnik777 commented:

Please also add tests for
- the `cmp_*` functions,
- `format_arg_store`
- `*_sat` functions

since they are also affected by this change.

I think it's OK to add a `.verify.cpp` test for `format_arg_store` that makes sure we diagnose unsupported sizes for now if it's non-trivial to make it work. The other functions should probably work out of the box.

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


More information about the libcxx-commits mailing list