llvm-project/libcxx/test/libcxx/numerics
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
..
c.math [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
cfenv [libc++] Remove obsolete 'newlib' Lit Feature 2020-06-12 14:08:18 -04:00
complex.number Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
numarray Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
numeric.ops [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
rand [libc++] Allow building libc++ on platforms without a random device 2020-10-15 12:20:29 -04:00
bit.ops.pass.cpp [libcxx] Implement P1956 rename low-level bit functions 2020-11-24 17:37:06 +01:00
clamp_to_integral.pass.cpp [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00