llvm-capstone/libcxx
Louis Dionne 76fc35752d [libc++] Make feature-test macros consistent with availability macros
Before this patch, feature-test macros didn't take special availability
markup into account, which means that feature-test macros can sometimes
appear to "lie". For example, if you compile in C++20 mode and target
macOS 10.13, the __cpp_lib_filesystem feature-test macro will be provided
even though the <filesystem> declarations are marked as unavailable.
This patch fixes that.

rdar://68142369

Differential Revision: https://reviews.llvm.org/D94983
2021-02-04 11:40:22 -05:00
..
benchmarks [libc++] Set CMAKE_FOLDER. NFC. 2021-01-25 09:51:16 +01:00
cmake [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
docs [libc++] [P0879] constexpr std::sort 2021-02-03 18:57:05 -05:00
include [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
lib [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
src [libc++] Fix libcxx build on 32bit architectures with 64bit time_t defaults e.g. riscv32 2021-02-04 11:38:54 -05:00
test [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
utils [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
www [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
.clang-format
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
appveyor-reqs-install.cmd Attempt to upgrade compiler used by appveyor builds 2019-04-03 20:40:01 +00:00
appveyor.yml disable appveyor config for MSVC 2015 2019-04-03 20:36:51 +00:00
CMakeLists.txt Bump the trunk major version to 13 2021-01-26 19:37:55 -08:00
CREDITS.TXT [libcxx] Adds [concept.same] 2020-04-08 18:00:13 -04:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
TODO.TXT [libc++][NFC] Remove outdated TODO item 2020-07-08 13:04:33 -04:00