Marshall Clow
|
82091c2583
|
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.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@322505 91177308-0d34-0410-b5e6-96231b3b80d8
|
2018-01-15 19:32:32 +00:00 |
|
Marshall Clow
|
8d0d82585a
|
First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@322489 91177308-0d34-0410-b5e6-96231b3b80d8
|
2018-01-15 16:16:32 +00:00 |
|
Eric Fiselier
|
6b17a7ba2c
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300625 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-04-18 23:26:47 +00:00 |
|
Marshall Clow
|
426546ecec
|
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.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294328 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-02-07 18:41:25 +00:00 |
|
Eric Fiselier
|
a2cd270943
|
Enable the -Wsign-compare warning to better support MSVC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289363 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-12-11 05:31:00 +00:00 |
|
Stephan T. Lavavej
|
9a65a47871
|
[libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
Change unsigned to int in parameters.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287823 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-11-23 22:02:16 +00:00 |
|
Eric Fiselier
|
84acb1ec3f
|
Remove trailing whitespace in test suite. Approved by Marshall Clow.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271435 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-06-01 21:35:39 +00:00 |
|
Eric Fiselier
|
a90c6dd460
|
Move test into test/std subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-12-20 01:40:03 +00:00 |
|