Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 12 | -311/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Linux: Correctly identify valid error codes | David Majnemer | 2014-05-29 | 1 | -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 Hinnant | 2013-08-22 | 1 | -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 Hinnant | 2011-12-02 | 1 | -2/+2 |
| | | | | | | Ganesh Barbati llvm-svn: 145698 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 11 | -22/+22 |
| | | | | llvm-svn: 119395 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 11 | -11/+11 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 11 | -0/+271 |
llvm-svn: 103490 |