summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.exception
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2019-1064/+0
| | | | llvm-svn: 224658
* War on tabs.Howard Hinnant2013-07-081-4/+4
| | | | llvm-svn: 185865
* Give A an explicitly non-throwing destructor so that B's destructor isAlexis Hunt2011-07-181-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 Kledzik2011-03-111-1/+10
| | | | | | evaluating the throw-expression rather than after llvm-svn: 127499
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-0/+25
| | | | llvm-svn: 120712
* license changeHoward Hinnant2010-11-1618-36/+36
| | | | llvm-svn: 119395
* sync with N3126Howard Hinnant2010-09-054-92/+0
| | | | llvm-svn: 113098
* sync with N3126Howard Hinnant2010-09-051-0/+0
| | | | llvm-svn: 113097
* Remove tabsHoward Hinnant2010-08-221-7/+7
| | | | llvm-svn: 111778
* Fixing whitespace problemsHoward Hinnant2010-08-226-8/+8
| | | | llvm-svn: 111760
* Corrected rethrow_if_nestedHoward Hinnant2010-05-281-12/+28
| | | | llvm-svn: 104943
* [except.nested]Howard Hinnant2010-05-276-0/+417
| | | | llvm-svn: 104850
* change test case to verify unexpected() calls terminate - not is terminateNick Kledzik2010-05-141-2/+15
| | | | llvm-svn: 103794
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1116-16/+16
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1116-0/+676
llvm-svn: 103490
OpenPOWER on IntegriCloud