summaryrefslogtreecommitdiffstats
path: root/include/exception
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow2017-03-141-6/+10
* [libcxx] Remove unexpected handlers in C++17Eric Fiselier2017-02-171-0/+4
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-0/+6
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-6/+0
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-101-0/+6
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+7
* Make make_exception_ptr abort with -fno-exceptionsEric Fiselier2016-12-031-1/+4
* Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-061-4/+0
* Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-061-0/+4
* Remove unneeded includes in <exception> after removing __libcpp_throwEric Fiselier2016-09-061-4/+0
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-251-15/+0
* Fix typo it _LIBCPP_NO_EXCEPTIONS macroEric Fiselier2016-05-071-2/+2
* Add <experimental/memory_resource>Eric Fiselier2016-05-071-0/+19
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-141-1/+1
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-131-6/+2
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow2015-06-021-1/+3
* Fix building and testing libc++ with GCC.Eric Fiselier2015-05-201-2/+2
* Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow2015-03-161-0/+6
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-4/+4
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-9/+9
* Remove 'noreturn' attribute from friend declaration. This attribute will beRichard Smith2012-11-291-1/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-1/+1
* libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith2012-07-261-7/+7
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-8/+8
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-2/+2
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-261-52/+52
* Added [[noreturn]] attribute everywhere it should beHoward Hinnant2011-05-261-7/+9
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-0/+4
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-9/+12
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-6/+6
* Fixing whitespace problemsHoward Hinnant2010-08-221-7/+7
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+6
* Corrected rethrow_if_nestedHoward Hinnant2010-05-281-5/+5
* [except.nested]Howard Hinnant2010-05-271-0/+78
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+155