llvm-project/libcxx
Joe Loser 7f1e048041
[libc++][test] Remove Clang <= 3.7 workaround in is_default_constructible test
Clang 3.7 and below is not actively used or supported in the test suite now, so
remove the workaround in the test.

Differential Revision: https://reviews.llvm.org/D126603
2022-05-29 11:57:06 -06:00
..
benchmarks [libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeLists.txt 2022-05-24 16:39:02 +02:00
cmake [libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency 2022-05-24 09:58:57 -04:00
docs [libc++][doc] Clarify wording on the status page. 2022-05-29 15:33:26 +02:00
include [libc++] Use __enable_if_t and is_integral in cstddef 2022-05-29 12:05:02 +02:00
lib [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option 2022-05-16 15:23:43 -04:00
src [libc++] Minor emscripten changes from downstream 2022-05-28 06:44:27 -07:00
test [libc++][test] Remove Clang <= 3.7 workaround in is_default_constructible test 2022-05-29 11:57:06 -06:00
utils [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04: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++] Remove temporary workaround for existing CMake caches 2022-05-26 09:36:15 -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