summaryrefslogtreecommitdiffstats
path: root/test/std/depr/depr.c.headers/stdio_h.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-031-1/+1
| | | | | | Was hitting: "error: scalar initializer cannot be empty" git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@296889 91177308-0d34-0410-b5e6-96231b3b80d8
* test: silence warnings on clang under clang-clSaleem Abdulrasool2017-02-181-1/+1
| | | | | | | When running under clang-cl mode, we do not define `__GNUC__`, resulting in the test failing. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@295560 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup warnings and remove use of __builtin_va_list in depr.c.headersEric Fiselier2016-05-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268294 91177308-0d34-0410-b5e6-96231b3b80d8
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268284 91177308-0d34-0410-b5e6-96231b3b80d8
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-281-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267836 91177308-0d34-0410-b5e6-96231b3b80d8
* Split <stdio.h> out of <cstdio>.Richard Smith2015-10-091-0/+20
| | | | | | | As with <stddef.h>, skip our custom header if __need_FILE or __need___FILE is defined. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249798 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup warnings in test/std/deprEric Fiselier2015-07-181-4/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242627 91177308-0d34-0410-b5e6-96231b3b80d8
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+138
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658 91177308-0d34-0410-b5e6-96231b3b80d8