Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵ | Marshall Clow | 2015-01-28 | 37 | -37/+37 | |
| | | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370 | |||||
* | Fix PR22366. When move-constructing an associative container and explicitly ↵ | Marshall Clow | 2015-01-28 | 4 | -0/+189 | |
| | | | | | | passing an allocator that compares different, we were not calling the destructor of the elements in the moved-from container. llvm-svn: 227359 | |||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 198 | -0/+24901 | |
llvm-svn: 224658 |