Eric Fiselier
|
1f4231f8cf
|
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
llvm-svn: 267947
|
2016-04-28 22:28:23 +00:00 |
Eric Fiselier
|
d513ad88d5
|
Complete LWG issue #2016. Allocators must be nothrow swappable
llvm-svn: 267085
|
2016-04-22 00:15:18 +00:00 |
Marshall Clow
|
f90ec0e82e
|
Added a noexcept test
llvm-svn: 265674
|
2016-04-07 14:24:16 +00:00 |
Marshall Clow
|
0ab4205705
|
Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.
llvm-svn: 265672
|
2016-04-07 14:20:31 +00:00 |
Marshall Clow
|
1b868e19c3
|
Add some more tests for the containers type requirements
llvm-svn: 263029
|
2016-03-09 17:19:07 +00:00 |
Marshall Clow
|
8d113d430f
|
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches.
llvm-svn: 257474
|
2016-01-12 14:51:04 +00:00 |
Marshall Clow
|
1378a5aec3
|
implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
llvm-svn: 245330
|
2015-08-18 18:57:00 +00:00 |
Marshall Clow
|
71ff7c3f0f
|
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z
llvm-svn: 242148
|
2015-07-14 14:46:32 +00:00 |
Marshall Clow
|
e3fbe1433b
|
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
llvm-svn: 242056
|
2015-07-13 20:04:56 +00:00 |
Marshall Clow
|
979550f221
|
While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
llvm-svn: 239004
|
2015-06-04 02:05:41 +00:00 |
Marshall Clow
|
a8ae392718
|
More N4258 changes. This time vector's constructors
llvm-svn: 238990
|
2015-06-04 00:10:20 +00:00 |
Marshall Clow
|
d95510ebba
|
libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library.
llvm-svn: 225403
|
2015-01-07 21:53:23 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |