Mehdi Amini
|
c795c2a010
|
Fix libc++ test to pass in C++03 mode
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
|
2017-03-03 17:24:29 +00:00 |
|
Saleem Abdulrasool
|
7556597a12
|
test: silence warnings on clang under clang-cl
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
|
2017-02-18 19:28:41 +00:00 |
|
Eric Fiselier
|
feb3898d4a
|
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
|
2016-05-02 20:08:16 +00:00 |
|
Eric Fiselier
|
a9ea11398d
|
Void cast runtime-unused variables. Patch from STL@microsoft.com
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268284 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-05-02 19:15:48 +00:00 |
|
Eric Fiselier
|
4596c29195
|
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
|
2016-04-28 01:49:03 +00:00 |
|
Richard Smith
|
ff7ba4da7d
|
Split <stdio.h> out of <cstdio>.
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
|
2015-10-09 01:29:09 +00:00 |
|
Eric Fiselier
|
212714f805
|
Cleanup warnings in test/std/depr
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242627 91177308-0d34-0410-b5e6-96231b3b80d8
|
2015-07-18 22:51:51 +00:00 |
|
Eric Fiselier
|
a90c6dd460
|
Move test into test/std subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-12-20 01:40:03 +00:00 |
|