summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.comEric Fiselier2016-06-221-2/+2
| | | | llvm-svn: 273357
* Fix warning in tuple tests. The test suite should now run clean with most ↵Eric Fiselier2016-06-151-8/+3
| | | | | | warnings enabled llvm-svn: 272822
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-191-0/+3
| | | | | | | | | | | | | | 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
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+35
llvm-svn: 224658
OpenPOWER on IntegriCloud