llvm-project/libcxx
Mark de Wever 2b5e3ef83c Revert "[libc++][CI] Updates Docker image."
This reverts commit f2f0dba818.

This Docker file doesn't work on the CI. It fails to clone the checkout.
This seems like an issue with a newer glibc on an older Docker where the
clone3() call fails.

This needs further investigation before relanding.
2022-06-08 19:18:35 +02:00
..
benchmarks [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_bound 2022-06-06 13:33:18 +02:00
cmake [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
docs [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
include [libc++][NFC] Simplify enable_if for std::copy optimization 2022-06-08 12:46:08 -04:00
lib [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
src [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
test [libc++][NFC] Add missing 'return 0' 2022-06-08 12:56:20 -04:00
utils Revert "[libc++][CI] Updates Docker image." 2022-06-08 19:18:35 +02:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++] Enable modernize-loop-convert 2022-03-18 20:34:19 +01:00
.gitignore
CMakeLists.txt [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
CREDITS.TXT Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +01:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml