Eric Fiselier
|
c45b673d5d
|
Fix warnings in deque tests
llvm-svn: 242632
|
2015-07-19 00:31:54 +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
|
b41e76bb0b
|
Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/pop_back
llvm-svn: 239196
|
2015-06-05 22:34:19 +00:00 |
Marshall Clow
|
f4903afd93
|
Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the bug because there's more work to do here
llvm-svn: 231672
|
2015-03-09 17:08:51 +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 |
Marshall Clow
|
949389c395
|
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
llvm-svn: 227370
|
2015-01-28 21:22:53 +00:00 |
Marshall Clow
|
f15d7a5882
|
Fix PR#22284. Add a new overload to deque::insert to handle forward iterators. Update tests to exercise this case.
llvm-svn: 226847
|
2015-01-22 18:33:29 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |