Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix type in tuple test. Sorry for the noise | Eric Fiselier | 2015-12-18 | 1 | -2/+2 |
| | | | | llvm-svn: 255944 | ||||
* | [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from ↵ | Eric Fiselier | 2015-12-18 | 3 | -6/+153 |
| | | | | | | | K-Ballo. Review: http://reviews.llvm.org/D14839 llvm-svn: 255941 | ||||
* | [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. | Eric Fiselier | 2015-02-19 | 9 | -0/+18 |
| | | | | | | | | | | | | | | Summary: No declaration for the type `tuple` is given in c++03 or c++98 modes. Mark all tests that use the actual `tuple` type as UNSUPPORTED. Reviewers: jroelofs, mclow.lists, danalbert Reviewed By: danalbert Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5956 llvm-svn: 229808 | ||||
* | Get tests running with warnings. Fix warnings in headers and tests | Eric Fiselier | 2015-02-05 | 1 | -0/+1 |
| | | | | llvm-svn: 228344 | ||||
* | Walter Brown sent a list of tests which needed 'additional includes' to ↵ | Marshall Clow | 2015-01-09 | 1 | -0/+1 |
| | | | | | | match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 9 | -0/+371 |
llvm-svn: 224658 |