teak-llvm/libcxx/test/std/algorithms/alg.sorting
Stephan T. Lavavej a11d322f0d [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12.
Add static_cast<std::size_t> when comparing int to std::size_t.

Also, include <cstddef> when it wasn't already being included.

llvm-svn: 287822
2016-11-23 22:01:58 +00:00
..
alg.binary.search [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. 2016-11-23 22:01:19 +00:00
alg.clamp Implement LWG#2688: 'clamp misses preconditions and has extraneous condition on result'. We already did this, just added tests 2016-06-30 17:52:51 +00:00
alg.heap.operations Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
alg.lex.comparison
alg.merge Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
alg.min.max Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
alg.nth.element [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. 2016-11-23 22:01:58 +00:00
alg.permutation.generators
alg.set.operations Fix warnings in test/std/algorithms 2015-07-18 21:53:16 +00:00
alg.sort [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. 2016-11-23 22:01:58 +00:00
nothing_to_do.pass.cpp