- c1fcd97 [libcxx] [test] Fix MSVC warnings and errors. by Stephan T. Lavavej · 8 years ago
- b6e3c55 Change add_ten to add_one to avoid triggering ubsan integer overflow. by Billy Robert O'Neal III · 8 years ago
- 231d15e Add casts to prevent narrowing warnings. by Billy Robert O'Neal III · 8 years ago
- 1e1195d [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests by Billy Robert O'Neal III · 8 years ago
- 3770e40 Move + and * operators of MoveOnly into MoveOnly.h. by Billy Robert O'Neal III · 8 years ago
- 4958692 Fix incorrect handling of move-only types in transform_reduce iter iter iter init, and add test. by Billy Robert O'Neal III · 8 years ago
- d432d89 Add move-only types test to transform_reduce iter iter iter init op op. by Billy Robert O'Neal III · 8 years ago
- 1ef4ef2 Add move-only types test for transform_reduce bop/uop. by Billy Robert O'Neal III · 8 years ago
- 61d97da Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop. by Billy Robert O'Neal III · 8 years ago
- ba40b05 Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 8 years ago
- ed76ab3 [libcxx] [test] Rename __x to x. NFCI. by Stephan T. Lavavej · 8 years ago
- aae6356 [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 8 years ago
- 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
- 8980b8a [libcxx] [test] Strip trailing whitespace, NFC. by Stephan T. Lavavej · 8 years ago
- ac8ea7c Implement inclusive_scan/transform_inclusive_scan for C++17. by Marshall Clow · 8 years ago
- 5984426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
- 9a102b0 Renamed some of the newly added tests. No functional change by Marshall Clow · 8 years ago
- f4ea23d Implement the non-parallel versions of reduce and transform_reduce for C++17 by Marshall Clow · 8 years ago
- ba2b6c6 Add a test with an empty input range - should do nothing by Marshall Clow · 8 years ago
- e948ba1 Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038. by Marshall Clow · 8 years ago
- 8c40117 Resolve integer overflow warnings in GCD and LCM tests by Billy Robert O'Neal III · 8 years ago
- 4f73dbf Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES by Eric Fiselier · 9 years ago
- 58fc1b5 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. by Marshall Clow · 9 years ago
- a2e54b6 Temporarily disable the LCM/GCD tests under UBSAN. by Marshall Clow · 9 years ago
- 7a1c0ef Add some tests to verify that we implement LWG#2837 correctly. No functional change. by Marshall Clow · 9 years ago
- fd83822 Fix unused parameters and variables by Eric Fiselier · 9 years ago
- d72ece6 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 9 years ago
- 1c7fe12 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 9 years ago
- 19b4035 Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. by Marshall Clow · 9 years ago
- 56f23a3 Move remaining _LIBCPP_VERSION tests into test/libcxx by Eric Fiselier · 9 years ago
- 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago