llvm-capstone/libcxx
Louis Dionne 6cb3fdc278 [libc++] Remove duplicate tests for callable concepts
This is essentially a revert of c7ad02009. Indeed, it seems that both
96dbdd75 and c7ad02009 were committed, but c7ad02009 seems to be only
an older version of 96dbdd75's tests.
2022-05-23 15:38:49 -04:00
..
benchmarks [libc++] Granularize algorithm benchmarks 2022-05-19 16:13:52 +02:00
cmake [runtimes] Fix the build of merged ABI/unwinder libraries 2022-05-19 10:49:36 -04:00
docs [libc++] Add auto to the list of required extensions in C++03 2022-05-23 20:48:53 +02:00
include [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls 2022-05-23 20:50:04 +02:00
lib [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option 2022-05-16 15:23:43 -04:00
src [runtimes] Fix the build of merged ABI/unwinder libraries 2022-05-19 10:49:36 -04:00
test [libc++] Remove duplicate tests for callable concepts 2022-05-23 15:38:49 -04:00
utils [runtimes] Fix the build of merged ABI/unwinder libraries 2022-05-19 10:49:36 -04:00
.clang-format
.clang-tidy [libc++] Enable modernize-loop-convert 2022-03-18 20:34:19 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [libc++] Assume that push_macro and pop_macro are available 2022-05-23 20:47:44 +02: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