summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.limits
Commit message (Expand)AuthorAgeFilesLines
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-142-0/+40
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-316-0/+12
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-232-6/+6
* 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
* Support tests in freestandingJF Bastien2019-02-0487-87/+177
* Move the feature test macros script to the utils directory.Eric Fiselier2019-02-021-975/+0
* 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-1988-352/+264
* 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
* Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
* 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
* 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] [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
* Fix threaded test under no-threading configurationEric Fiselier2018-10-012-0/+4
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-1240-0/+1486
* [libc++] Disable failing C11 feature tests for <cfloat> and <float.h>Louis Dionne2018-08-151-3/+3
* [libc++] Add missing #include in C11 features testsLouis Dionne2018-08-141-0/+2
* Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow2018-07-311-0/+42
* Implement P0754R2: The <version> header.Marshall Clow2018-04-031-0/+17
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier2016-06-223-60/+0
* Guard use of non-standard macros in denorm_min() tests.Eric Fiselier2016-06-221-0/+11
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* [WebAssembly] Set std::numeric_limits's traps field for WebAssembly.Dan Gohman2016-01-131-1/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2043-0/+2452
OpenPOWER on IntegriCloud