llvm-project/libcxx/test/std/language.support
Stephan T. Lavavej 68a694b800 [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", 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
2016-12-06 01:13:14 +00:00
..
cstdint/cstdint.syn Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
support.dynamic Remove spurious token from #endif 2016-11-02 08:36:43 +00:00
support.exception Protect nested-exceptions tests under no-exceptions 2016-11-14 11:00:28 +00:00
support.general
support.initlist [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 2016-12-06 01:13:14 +00:00
support.limits Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 2016-06-22 01:55:59 +00:00
support.rtti Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 2016-06-22 01:55:59 +00:00
support.runtime Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 2016-06-22 01:55:59 +00:00
support.start.term
support.types Fix nullptr tests 2016-10-25 20:45:17 +00:00
nothing_to_do.pass.cpp