Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 19 | -1064/+0 |
| | | | | llvm-svn: 224658 | ||||
* | War on tabs. | Howard Hinnant | 2013-07-08 | 1 | -4/+4 |
| | | | | llvm-svn: 185865 | ||||
* | Give A an explicitly non-throwing destructor so that B's destructor is | Alexis Hunt | 2011-07-18 | 1 | -1/+1 |
| | | | | | | | | | | itself non-throwing. Since nested_exception's destructor is non-throwing, if B's destructor is not, this causes an error in C++03 mode due to the overriding function having a more lax specification. This did not occur in C++0x mode as A's destructor was implicitly non-throwing. llvm-svn: 135400 | ||||
* | <rdar://problem/9073695> std::uncaught_exception() becomes true before ↵ | Nick Kledzik | 2011-03-11 | 1 | -1/+10 |
| | | | | | | evaluating the throw-expression rather than after llvm-svn: 127499 | ||||
* | N3189 Observers for the three handler functions | Howard Hinnant | 2010-12-02 | 1 | -0/+25 |
| | | | | llvm-svn: 120712 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 18 | -36/+36 |
| | | | | llvm-svn: 119395 | ||||
* | sync with N3126 | Howard Hinnant | 2010-09-05 | 4 | -92/+0 |
| | | | | llvm-svn: 113098 | ||||
* | sync with N3126 | Howard Hinnant | 2010-09-05 | 1 | -0/+0 |
| | | | | llvm-svn: 113097 | ||||
* | Remove tabs | Howard Hinnant | 2010-08-22 | 1 | -7/+7 |
| | | | | llvm-svn: 111778 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 6 | -8/+8 |
| | | | | llvm-svn: 111760 | ||||
* | Corrected rethrow_if_nested | Howard Hinnant | 2010-05-28 | 1 | -12/+28 |
| | | | | llvm-svn: 104943 | ||||
* | [except.nested] | Howard Hinnant | 2010-05-27 | 6 | -0/+417 |
| | | | | llvm-svn: 104850 | ||||
* | change test case to verify unexpected() calls terminate - not is terminate | Nick Kledzik | 2010-05-14 | 1 | -2/+15 |
| | | | | llvm-svn: 103794 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 16 | -16/+16 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 16 | -0/+676 |
llvm-svn: 103490 |