Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Placate unused variable warnings uncovered by improvements to clang's -Wunuse... | Benjamin Kramer | 2017-10-14 | 1 | -0/+1 |
* | cmath: Skip Libc for integral types in isinf, etc. | Duncan P. N. Exon Smith | 2017-04-21 | 1 | -0/+33 |
* | [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized... | Stephan T. Lavavej | 2016-11-14 | 1 | -0/+1 |
* | Remove all _LIBCPP_VERSION tests from under test/std | Eric Fiselier | 2016-10-08 | 3 | -28/+0 |
* | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier | 2016-06-14 | 1 | -0/+1 |
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 1 | -1/+1 |
* | Tolerate incorrect return type for 'isinf' and 'isnan' in tests. | Eric Fiselier | 2016-05-27 | 3 | -63/+48 |
* | Implement P0030R1: Introduce a 3-Argument Overload to std::hypot | Marshall Clow | 2016-05-17 | 1 | -0/+23 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 6 | -0/+1607 |