llvm-project/libcxx/test
Louis Dionne a54d028895 Revert "[libc++] Remove extension to support allocator<const T>"
This reverts commit 276ca873. That commit has quite a history at this
point. It was first landed in dbc647643577, which broke std::shared_ptr<T const>
and was reverted in 9138666f5. It was then re-applied in 276ca873, with
the std::shared_ptr issue fixed, but it caused widespread breakage at
Google (which suggests it would cause similar breakage in the wild too),
so now I'm reverting again.

Instead, I will add a escape hatch that vendors can turn on to enable
the extension and perform a phased transition over one or two releases
like we sometimes do when things become non-trivial.
2022-03-09 17:04:18 -05:00
..
configs [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00
libcxx Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
std Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
support [libcxx] [test] Fix get_string_en_US, get_long_double_en_US for Windows 2022-03-04 10:18:07 +02:00
CMakeLists.txt [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAIN 2022-03-01 08:39:42 -05:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00