summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numarray/template.valarray
Commit message (Collapse)AuthorAgeFilesLines
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1112-16/+16
| | | | llvm-svn: 289363
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", ↵Stephan T. Lavavej2016-11-2333-61/+94
| | | | | | | | | | 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
* Fix operator precedence mistake in valarray/not.pass.cpp. Patch from ↵Eric Fiselier2016-06-221-1/+1
| | | | | | STL@microsoft.com llvm-svn: 273352
* Move test into test/std subdirectory.Eric Fiselier2014-12-2064-0/+2925
llvm-svn: 224658
OpenPOWER on IntegriCloud