Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix warnings in unordered_map | Eric Fiselier | 2015-07-19 | 28 | -85/+39 | |
| | | | | llvm-svn: 242634 | |||||
* | Implement the first part of N4258: 'Cleaning up noexcept in the Library'. ↵ | Marshall Clow | 2015-07-13 | 4 | -12/+513 | |
| | | | | | | This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. llvm-svn: 242056 | |||||
* | The rest of N4279 and LWG#2464 - for unordered_map | Marshall Clow | 2015-07-07 | 2 | -0/+393 | |
| | | | | llvm-svn: 241555 | |||||
* | Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase | Marshall Clow | 2015-05-10 | 4 | -0/+92 | |
| | | | | llvm-svn: 236950 | |||||
* | We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵ | Marshall Clow | 2015-01-28 | 30 | -30/+30 | |
| | | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370 | |||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 303 | -0/+34349 | |
llvm-svn: 224658 |