This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
/
alg.sorting
History
Marshall Clow
4513057d66
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
...
llvm-svn: 294328
2017-02-07 18:41:25 +00:00
..
alg.binary.search
Enable the -Wsign-compare warning to better support MSVC
2016-12-11 05:31:00 +00:00
alg.clamp
[libcxx] [test] D27027: Strip trailing whitespace.
2016-11-23 22:03:28 +00:00
alg.heap.operations
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
alg.lex.comparison
…
alg.merge
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
alg.min.max
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
alg.nth.element
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
alg.permutation.generators
…
alg.set.operations
Fix warnings in test/std/algorithms
2015-07-18 21:53:16 +00:00
alg.sort
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
nothing_to_do.pass.cpp
…