Marshall Clow
|
63b560be69
|
Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
llvm-svn: 292990
|
2017-01-24 23:09:12 +00:00 |
Eric Fiselier
|
c71bd55b5d
|
Enable the -Wsign-compare warning to better support MSVC
llvm-svn: 289363
|
2016-12-11 05:31:00 +00:00 |
Eric Fiselier
|
0e411641a3
|
Implement P0084r2. Changing emplace return types.
llvm-svn: 276230
|
2016-07-21 03:20:17 +00:00 |
Eric Fiselier
|
f2f2a6395f
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!
llvm-svn: 272716
|
2016-06-14 21:31:42 +00:00 |
Eric Fiselier
|
861d0ea2aa
|
Fix more issues exposed by -pedantic-errors in c++03 mode
llvm-svn: 228711
|
2015-02-10 17:20:18 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |