Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable the -Wsign-compare warning to better support MSVC | Eric Fiselier | 2016-12-11 | 12 | -16/+16 |
| | | | | llvm-svn: 289363 | ||||
* | [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", ↵ | Stephan T. Lavavej | 2016-12-06 | 2 | -2/+4 |
| | | | | | | | | | | part 9/12. Add static_cast<std::size_t> to more comparisons. (Performed manually, unlike part 8/12.) Also, include <cstddef> when it wasn't already being included. llvm-svn: 288746 | ||||
* | [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", ↵ | Stephan T. Lavavej | 2016-11-23 | 108 | -147/+255 |
| | | | | | | | | | | part 1/12. Change loop indices from int to std::size_t. Also, include <cstddef> when it wasn't already being included. llvm-svn: 287820 | ||||
* | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
| | | | | llvm-svn: 273367 | ||||
* | Fix operator precedence mistake in valarray/not.pass.cpp. Patch from ↵ | Eric Fiselier | 2016-06-22 | 1 | -1/+1 |
| | | | | | | STL@microsoft.com llvm-svn: 273352 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 214 | -0/+9632 |
llvm-svn: 224658 |