summaryrefslogtreecommitdiff
path: root/include/exception
AgeCommit message (Expand)Author
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception>Eric Fiselier
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-04-13Refactor throw_with_nested. NFC.Marshall Clow
2017-03-14Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-12-03Make make_exception_ptr abort with -fno-exceptionsEric Fiselier
2016-09-06Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier
2016-09-06Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier
2016-09-06Remove unneeded includes in <exception> after removing __libcpp_throwEric Fiselier
2016-08-25Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow
2016-05-07Fix typo it _LIBCPP_NO_EXCEPTIONS macroEric Fiselier
2016-05-07Add <experimental/memory_resource>Eric Fiselier
2015-12-14Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow
2015-06-13[libcxx] Fix detection of __is_final.Eric Fiselier
2015-06-02Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow
2015-05-20Fix building and testing libc++ with GCC.Eric Fiselier
2015-03-16Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-29Remove 'noreturn' attribute from friend declaration. This attribute will beRichard Smith
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-26libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith
2012-02-21Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant
2011-05-26Added [[noreturn]] attribute everywhere it should beHoward Hinnant
2010-12-02N3189 Observers for the three handler functionsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant
2010-05-28Corrected rethrow_if_nestedHoward Hinnant
2010-05-27[except.nested]Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant