llvm-project/libcxx
Louis Dionne e0f58444e1 [libc++] Fix feature test macro for __cpp_lib_to_chars
We would have been defining it in <utility> instead of <charconv>. For
the time being, this doesn't change anything since we don't implement
the feature test macro anyways.

Also, as a fly-by, this removes obsolete feature test macro tests. There
was a brief time back in the days when we wrote feature test macro tests
manually. In particular, we had test files for __cpp_lib_to_chars and
__cpp_lib_memory_resource. Since we now have a principled way of generating
these tests with scripts, this commit removes the obsolete (and empty)
tests for these two feature test macros.

Differential Revision: https://reviews.llvm.org/D114243
2021-11-19 14:26:34 -05:00
..
benchmarks Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""" 2021-11-16 16:35:06 -08:00
cmake Revert "[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler implied -lunwind" 2021-11-17 12:50:33 +02:00
docs [libc++] Adds (to|from)_chars_result operator==. 2021-11-19 16:29:33 +01:00
include [libc++] Fix feature test macro for __cpp_lib_to_chars 2021-11-19 14:26:34 -05:00
lib [libc++] Resolve missing table_size symbol 2021-11-18 15:49:45 -05:00
src [libc++] Resolve missing table_size symbol 2021-11-18 15:49:45 -05:00
test [libc++] Fix feature test macro for __cpp_lib_to_chars 2021-11-19 14:26:34 -05:00
utils [libc++] Fix feature test macro for __cpp_lib_to_chars 2021-11-19 14:26:34 -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's readability-identifier-naming check 2021-11-16 20:14:07 +01:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt Revert "[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler implied -lunwind" 2021-11-17 12:50:33 +02:00
CREDITS.TXT [NFC] Add contributor name to CREDITS.TXT 2021-09-29 14:48:32 -04: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