summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp
AgeCommit message (Expand)Author
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
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
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
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