teak-llvm/libcxx/test/std/algorithms/alg.sorting
Stephan T. Lavavej e17a155c61 [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12.
Add static_cast<int>. In these cases, the values are guaranteed to be small-ish,
and they're being compared to int elements.

test/std/containers/sequences/deque/deque.capacity/access.pass.cpp
Use int instead of unsigned to iterate from 0 to 10.

llvm-svn: 288747
2016-12-06 01:13:29 +00:00
..
alg.binary.search [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", part 5/12. 2016-11-23 22:02:35 +00:00
alg.clamp [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
alg.heap.operations [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. 2016-11-23 22:02:16 +00:00
alg.lex.comparison
alg.merge [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12. 2016-12-06 01:13:29 +00:00
alg.min.max [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. 2016-11-23 22:02:16 +00:00
alg.nth.element [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. 2016-11-23 22:02:16 +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] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. 2016-11-23 22:02:16 +00:00
nothing_to_do.pass.cpp