llvm-project/libcxx/test/std/language.support/support.limits/support.limits.general
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
..
algorithm.version.pass.cpp [libc++] [P0879] constexpr std::sort 2021-02-03 18:57:05 -05:00
any.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
array.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
atomic.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
barrier.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
bit.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
charconv.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
chrono.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
cmath.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
compare.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
complex.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
concepts.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
cstddef.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
deque.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
exception.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
execution.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
filesystem.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
format.version.pass.cpp [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
forward_list.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
functional.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
iomanip.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
istream.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
iterator.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
latch.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
limits.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
list.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
locale.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
map.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
memory.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
memory_resource.version.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
mutex.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
new.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
numbers.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
numeric.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
optional.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
ostream.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
regex.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
scoped_allocator.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
semaphore.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
set.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
shared_mutex.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00
span.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
string.version.pass.cpp [libc++][P1679] add string contains 2021-01-19 14:35:07 -05:00
string_view.version.pass.cpp [libc++][P1679] add string contains 2021-01-19 14:35:07 -05:00
thread.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
tuple.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
type_traits.version.pass.cpp Regenerate the feature test macro unit-tests. NFCI. 2021-01-18 19:06:28 -05:00
unordered_map.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
unordered_set.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
utility.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
variant.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
vector.version.pass.cpp [libc++] Turn off auto-formatting of generated files. NFC. 2021-01-11 20:49:26 +01:00
version.version.pass.cpp [libc++] Make feature-test macros consistent with availability macros 2021-02-04 11:40:22 -05:00