summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support
Commit message (Expand)AuthorAgeFilesLines
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-182-5/+4
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-142-0/+40
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-0/+53
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-8/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-254-53/+8
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-243-9/+1
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-0/+4
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-0/+49
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* [libcxx] Rejigger test for destroying delete feature-test macrosLouis Dionne2019-07-161-4/+13
* Mark destroying delete test as UNSUPPORTED with clang 7Eric Fiselier2019-07-121-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3141-0/+82
* fix test for older clang versionsEric Fiselier2019-05-241-0/+1
* fix destroying delete test with older apple compilersEric Fiselier2019-05-242-0/+54
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-233-6/+71
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-252-0/+40
* Add std::is_constant_evaluated.Eric Fiselier2019-04-242-6/+6
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-231-1/+49
* [libcxx] [test] Revert r356632 add (void) casts to operator new calls, to sup...Billy Robert O'Neal III2019-03-216-6/+6
* [libcxx] [test] Add (void) casts to operator new calls, to suppress warnings ...Billy Robert O'Neal III2019-03-206-6/+6
* Support tests in freestandingJF Bastien2019-02-04210-210/+546
* Move the feature test macros script to the utils directory.Eric Fiselier2019-02-021-975/+0
* [libcxx] Include <cstring> in tests that use strcmpLouis Dionne2019-01-221-2/+2
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-208-24/+40
* Revert "Fix aligned allocation availability XFAILs after D56445."Eric Fiselier2019-01-208-24/+16
* Update generator script to use the new license file header.Chandler Carruth2019-01-191-4/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19211-844/+633
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-198-16/+24
* correct script name in generated testsEric Fiselier2019-01-1643-89/+91
* Fix feature test macros for atomics/mutexes without threadingEric Fiselier2019-01-164-73/+177
* Implement feature test macros using a script.Eric Fiselier2019-01-1643-1054/+7079
* [test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter2019-01-153-3/+3
* Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
* Unbreak green dragon bots w/o __builtin_launderEric Fiselier2018-12-171-2/+2
* Expect Clang diagnostics in std::launder testEric Fiselier2018-12-171-0/+2
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-149-0/+100
* Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow2018-12-119-9/+9
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-1145-8/+275
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-072-10/+10
* [libcxx] Add XFAILs for aligned allocation tests on AppleClang 9Louis Dionne2018-12-068-96/+96
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-2932-0/+165
* Revert commit r347904 because it broke older compilersMarshall Clow2018-11-2932-165/+0
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-2932-0/+165
* [libcxx] Fix XFAILs for aligned allocation testsLouis Dionne2018-11-268-132/+152
* [NFC] Rename lit feature to '-fsized-deallocation' for consistencyLouis Dionne2018-11-212-2/+2
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-141-1/+1
* Update commnents to reflect the changes for LWG#3127. NFCMarshall Clow2018-10-222-1/+31
* Update commnents to reflect the changes for LWG#3122. NFCMarshall Clow2018-10-222-0/+2
* [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XXBilly Robert O'Neal III2018-10-201-4/+2
* Fix threaded test under no-threading configurationEric Fiselier2018-10-012-0/+4
OpenPOWER on IntegriCloud