llvm-project/libcxx
Arthur O'Dwyer 855d7bedb7 [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented.
`__cpp_lib_type_identity` was implemented way back in cf49ccd0 (Clang 8),
probably before the feature-test macro had been settled on.

`__cpp_lib_string_resize_and_overwrite` will be added by D113013 so I didn't add it here.

Fixes #46605.

Differential Revision: https://reviews.llvm.org/D116433
2022-01-04 17:23:37 -05:00
..
benchmarks Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'" 2021-12-07 17:10:41 -08:00
cmake [libcxx] Add LIBCXX_EXTRA_SITE_DEFINES for adding extra defines in __config_site 2021-12-22 00:43:29 +02:00
docs [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented. 2022-01-04 17:23:37 -05:00
include [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented. 2022-01-04 17:23:37 -05:00
lib Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +01:00
src [libcxx] Use Fuchsia-native CPRNG for std::random_device 2022-01-04 10:24:18 -08:00
test [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented. 2022-01-04 17:23:37 -05:00
utils [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as implemented. 2022-01-04 17:23:37 -05:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++][NFC] Disable clang-tidy checks 2021-12-06 01:51:23 +01:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity 2022-01-03 20:55:44 +00: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