summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.exception/except.nested
AgeCommit message (Expand)Author
2024-07-03[libc++] Fix the signatures of `std::rethrow_if_nested` (#91365)A. Jiang
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov
2022-02-16[libc++] [test] Qualify calls to std::rethrow_exception. NFC.Arthur O'Dwyer
2021-10-29[libcxx] [test] Change LIBCXX-WINDOWS-FIXME into XFAIL: msvc for cases that s...Martin Storsjö
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-04-21Mark exception_ptr tests as XFAIL on Windows for nowEric Fiselier
2017-04-18[test] Silence unused parameter/typedef warningsCasey Carter
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-03-14Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow
2016-11-14Protect nested-exceptions tests under no-exceptionsRoger Ferrer Ibanez
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-10-12Remove usages of _ALIGNAS_TYPEEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-14Avoid name shadowing in test. Patch from STL@microsoft.comEric Fiselier
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
2015-12-14Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-03-16Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier