summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.exception/except.nested
Commit message (Expand)AuthorAgeFilesLines
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+4
* Avoid name shadowing in test. Patch from STL@microsoft.comEric Fiselier2016-06-141-2/+2
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+1
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-141-1/+9
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-106-0/+6
* Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow2015-03-161-0/+16
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+433
OpenPOWER on IntegriCloud