llvm-project/libcxx/test/std/language.support
Marshall Clow 4d4213f694 Add the feature test macros that were defined in p1353r0 to the headers of the appropriate tests. No actual tests yet, so NFC.
llvm-svn: 350535
2019-01-07 16:17:52 +00:00
..
cmp Implement P0768r1: Library support for the Spaceship Operator. 2018-04-06 21:37:23 +00:00
cstdint/cstdint.syn Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
support.dynamic Unbreak green dragon bots w/o __builtin_launder 2018-12-17 18:37:59 +00:00
support.exception Update the failure annotations for the uncaught_exceptions test. The underlying abi library on some Mac OS versions does not support the plural uncaught_exceptions, so libc++ emulates it from the singlar; this means it will only return 0 or 1. 2018-09-12 16:59:09 +00:00
support.general
support.initlist Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
support.limits Add the feature test macros that were defined in p1353r0 to the headers of the appropriate tests. No actual tests yet, so NFC. 2019-01-07 16:17:52 +00:00
support.rtti Fix type_info's constructor by making it explicit again. 2017-01-17 23:41:42 +00:00
support.runtime [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX 2018-10-20 03:35:45 +00:00
support.start.term Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, since those calls were introduced in C++11. They're already guarded by an ifdef in the code, so this is a 'belt-and-suspenders' change. 2018-08-15 19:27:53 +00:00
support.types [libcxx] [test] Strip trailing whitespace. NFC. 2018-03-22 22:59:02 +00:00
nothing_to_do.pass.cpp