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
Stephan T. Lavavej
6b1ae9b854
[libcxx] [test] Strip trailing whitespace, NFC.
...
llvm-svn: 324959
2018-02-12 22:54:35 +00:00
..
alg.binary.search
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search
2018-01-16 02:34:41 +00:00
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
Work around GCC constexpr initialization bug
2018-02-03 01:48:21 +00:00
alg.merge
[libcxx] [test] Strip trailing whitespace, NFC.
2018-02-12 22:54:35 +00:00
alg.min.max
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
alg.nth.element
…
alg.permutation.generators
…
alg.set.operations
[libcxx] [test] Strip trailing whitespace, NFC.
2018-02-12 22:54:35 +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
…