llvm-project/libcxx/test
Louis Dionne 157bbe6aea [libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode
Back in https://reviews.llvm.org/D109459, we stopped using the C++03
emulation for std::nullptr_t by default, which was an ABI break. We
still left a knob for users to turn it back on if they were broken by
the change, with a note that we would remove that knob after one release.

The time has now come to remove the knob and clean up the std::nullptr_t
emulation.

Differential Revision: https://reviews.llvm.org/D114786
2022-02-07 17:51:05 -05:00
..
configs [libc++] [test] Add a test for proper _Uglification of template parameter names. 2022-01-14 15:50:37 -05:00
libcxx [libc++] No longer support ranges::begin(x) when x is an array of incomplete type. 2022-02-04 16:11:39 -05:00
std [libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode 2022-02-07 17:51:05 -05:00
support [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
CMakeLists.txt [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00