This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a38c495f2239c4750a4d89d9d0343f3755f99acd
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
a38c495f22
Actually CALL the constexpr tests.
...
llvm-svn: 322528
2018-01-16 02:11:13 +00:00
..
alg.c.library
…
alg.modifying.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.nonmodifying
Actually CALL the constexpr tests.
2018-01-16 02:11:13 +00:00
alg.sorting
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
algorithms.general
…