summaryrefslogtreecommitdiffstats
path: root/libcxx/test/diagnostics
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2068-2372/+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-022-80/+80
| | | | | | Ganesh Barbati llvm-svn: 145698
* Don't check STREAMS error numbers on systems that don't implement the ↵David Chisnall2011-09-212-0/+16
| | | | | | obsolete (as described in POSIX2008) XSI STREAMS extension. llvm-svn: 140248
* license changeHoward Hinnant2010-11-1667-134/+134
| | | | llvm-svn: 119395
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
| | | | llvm-svn: 114967
* Fixing whitespace problemsHoward Hinnant2010-08-223-4/+4
| | | | llvm-svn: 111757
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1167-67/+67
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1167-0/+2316
llvm-svn: 103490
OpenPOWER on IntegriCloud