llvm-project/libcxx/test/std/algorithms/alg.nonmodifying
Stephan T. Lavavej 6b1ae9b854 [libcxx] [test] Strip trailing whitespace, NFC.
llvm-svn: 324959
2018-02-12 22:54:35 +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 More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search 2018-01-16 02:34:41 +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 [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
alg.find.first.of [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
alg.foreach [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
alg.is_permutation Fix the BinaryPredicate form of std::is_permutation to not rely on operator== 2018-01-26 21:23:27 +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 More constexpr algorithms from P0202. search/search_n 2018-01-16 15:48:27 +00:00
mismatch [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
nothing_to_do.pass.cpp