teak-llvm/libcxx/test/std/algorithms/alg.nonmodifying
2018-01-15 19:40:34 +00:00
..
alg.adjacent.find More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 2018-01-15 19:26:05 +00:00
alg.all_of Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 2018-01-15 19:32:32 +00:00
alg.any_of Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 2018-01-15 19:32:32 +00:00
alg.count More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted. 2018-01-15 19:40:34 +00:00
alg.equal Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
alg.find More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 2018-01-15 19:26:05 +00:00
alg.find.end More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 2018-01-15 19:26:05 +00:00
alg.find.first.of More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 2018-01-15 19:26:05 +00:00
alg.foreach [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
alg.is_permutation Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 2018-01-15 19:32:32 +00:00
alg.none_of Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 2018-01-15 19:32:32 +00:00
alg.search Fix misspelled macro name - thanks to andrew@ispras.ru for the catch 2018-01-10 16:25:04 +00:00
mismatch [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
nothing_to_do.pass.cpp