History log of /external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be6c5e18b3ff4c564d11025e0a0b6c97bc377f88 14-Jun-2016 Eric Fiselier <eric@efcs.ca> Silence more unused variable warnings. Patch from STL@microsoft.com

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@272617 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
feb3898d4a19f54f35a8dca85f1a06cc2109c9ca 02-May-2016 Eric Fiselier <eric@efcs.ca> Cleanup warnings and remove use of __builtin_va_list in depr.c.headers

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268294 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
4596c2919563b1a2c85285a8be96c74b1d993e75 28-Apr-2016 Eric Fiselier <eric@efcs.ca> Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
b4aa97130b8ba78944943cdd1e952b9b2ed1d423 10-Feb-2016 Richard Smith <richard-llvm@metafoo.co.uk> Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from
<string.h> and wcschr, wcspbrk, wcsrchr, wmemchr, and wcsstr from <wchar.h> to
provide a const-correct overload set even when the underlying C library does
not.

This change adds a new macro, _LIBCPP_PREFERRED_OVERLOAD, which (if defined)
specifies that a given overload is a better match than an otherwise equally
good function declaration without the overload. This is implemented in modern
versions of Clang via __attribute__((enable_if)), and not elsewhere.

We use this new macro to define overloads in the global namespace for these
functions that displace the overloads provided by the C library, unless we
believe the C library is already providing the correct signatures.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@260337 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
5a579cfea4245a5a74a3411c1f42e3a8948a64e6 25-Nov-2015 Marshall Clow <mclow.lists@gmail.com> Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differently on different C libraries.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@254050 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
ea3390477394f65837d39564e911a939663e403f 10-Oct-2015 Eric Fiselier <eric@efcs.ca> Get some of wchar_h.pass.cpp working on apple.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249936 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
de66c515def601cfe6a4ff20674673f19335927c 10-Oct-2015 Richard Smith <richard-llvm@metafoo.co.uk> Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249932 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
e35e663f73251e7687adc52e075aa631062bc447 10-Oct-2015 Manman Ren <manman.ren@gmail.com> Revert r249889 due to bot failure.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249926 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
26a70eccf2a895089c32ed7e3ecb2fc4c6361f1e 09-Oct-2015 Richard Smith <richard-llvm@metafoo.co.uk> Split <wchar.h> out of <cwchar>.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249889 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
c2d317f1a2fc4a9dd5eb4b0d233d9717a12c1d76 15-Sep-2015 Marshall Clow <mclow.lists@gmail.com> Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', which does the same thing, w/o having clang and gcc warn with -Wall.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@247695 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
212714f805dc3b00e351b1556395f18c5ae70c25 19-Jul-2015 Eric Fiselier <eric@efcs.ca> Cleanup warnings in test/std/depr

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
a90c6dd46005b2b14de3bb889a8d03bb34bd3256 20-Dec-2014 Eric Fiselier <eric@efcs.ca> Move test into test/std subdirectory.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp