This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
404ee020f017bc3fffaadcdbc50f8f49a3674046
clang-p2996
/
libcxx
/
test
/
std
/
algorithms
/
alg.sorting
History
Marshall Clow
404ee020f0
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.
...
llvm-svn: 322505
2018-01-15 19:32:32 +00:00
..
alg.binary.search
…
alg.clamp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
alg.heap.operations
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.lex.comparison
…
alg.merge
Fix test for C++03
2017-08-29 01:10:51 +00:00
alg.min.max
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
alg.nth.element
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm
2017-04-18 23:26:47 +00:00
alg.permutation.generators
…
alg.set.operations
Mark test as unsupported on C++98/03, since it uses move_iterator
2017-10-30 16:07:59 +00:00
alg.sort
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
nothing_to_do.pass.cpp
…