summaryrefslogtreecommitdiffstats
path: root/libcxx/test/diagnostics/syserr/syserr.errcat
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2012-311/+0
| | | | llvm-svn: 224658
* Linux: Correctly identify valid error codesDavid Majnemer2014-05-291-2/+2
| | | | | | | | | | | | | | [syserr.errcat.objects]p4 specifies that system_category().default_error_condition(ev) map to error_condition(posv, generic_category()) if ev could map to a POSIX errno. Linux reserves up to and including 4095 for errno values, use this as a bound. This fixes syserr.errcat.objects/system_category.pass.cpp on Linux. llvm-svn: 209795
* David Blaikie suggested this test for detecting constexpr on the ↵Howard Hinnant2013-08-221-0/+40
| | | | | | error_category default constructor. Additionally I decided to make this constructor trivial as well, as I could not come up with a rationale for not doing so. Fully tested with both current Apple clang and tip-of-trunk clang. llvm-svn: 189034
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto ↵Howard Hinnant2011-12-021-2/+2
| | | | | | Ganesh Barbati llvm-svn: 145698
* license changeHoward Hinnant2010-11-1611-22/+22
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1111-11/+11
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1111-0/+271
llvm-svn: 103490
OpenPOWER on IntegriCloud