llvm-project/libcxx/test/std/numerics/bit
Mark de Wever 1a036e9cc8 [libcxx] Implement P1956 rename low-level bit functions
Implements P1956: On the names of low-level bit manipulation functions.

Users may use older versions of libc++ or other standard libraries with the old names. In order to keep compatibility the old functions are kept, but marked as deprecated.

The patch also adds a new config macro `_LIBCPP_DEPRECATED_MSG`. Do you prefer a this is a separate patch?

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D90551
2020-11-24 17:37:06 +01:00
..
bit.endian [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
bit.pow.two [libcxx] Implement P1956 rename low-level bit functions 2020-11-24 17:37:06 +01:00
bitops.count [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
bitops.rot [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00