summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/diagnostics/syserr
Commit message (Collapse)AuthorAgeFilesLines
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
| | | | llvm-svn: 267852
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-0/+1
| | | | llvm-svn: 242629
* libc++ implements its' hash objects as deriving from std::unary_function, ↵Marshall Clow2015-01-071-2/+2
| | | | | | and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. llvm-svn: 225403
* Move test into test/std subdirectory.Eric Fiselier2014-12-2054-0/+1577
llvm-svn: 224658
OpenPOWER on IntegriCloud