Stephan T. Lavavej
|
a11d322f0d
|
[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12.
Add static_cast<std::size_t> when comparing int to std::size_t.
Also, include <cstddef> when it wasn't already being included.
llvm-svn: 287822
|
2016-11-23 22:01:58 +00:00 |
|
Eric Fiselier
|
c45b673d5d
|
Fix warnings in deque tests
llvm-svn: 242632
|
2015-07-19 00:31:54 +00:00 |
|
Eric Fiselier
|
861d0ea2aa
|
Fix more issues exposed by -pedantic-errors in c++03 mode
llvm-svn: 228711
|
2015-02-10 17:20:18 +00:00 |
|
Marshall Clow
|
949389c395
|
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
llvm-svn: 227370
|
2015-01-28 21:22:53 +00:00 |
|
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |
|