aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/exception
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Fix typo it _LIBCPP_NO_EXCEPTIONS macroEric Fiselier1-2/+2
2016-05-07Add <experimental/memory_resource>Eric Fiselier1-0/+19
2015-12-14Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow1-1/+1
2015-06-13[libcxx] Fix detection of __is_final.Eric Fiselier1-6/+2
2015-06-02Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow1-1/+3
2015-05-20Fix building and testing libc++ with GCC.Eric Fiselier1-2/+2
2015-03-16Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow1-0/+6
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-4/+4
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-9/+9
2012-11-29Remove 'noreturn' attribute from friend declaration. This attribute will beRichard Smith1-1/+1
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant1-1/+1
2012-07-26libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith1-7/+7
2012-02-21Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant1-1/+1
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-1/+1
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant1-8/+8
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-2/+2
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant1-52/+52
2011-05-26Added [[noreturn]] attribute everywhere it should beHoward Hinnant1-7/+9
2010-12-02N3189 Observers for the three handler functionsHoward Hinnant1-0/+4
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-21visibility-decoration.Howard Hinnant1-9/+12
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant1-6/+6
2010-08-22Fixing whitespace problemsHoward Hinnant1-7/+7
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant1-0/+6
2010-05-28Corrected rethrow_if_nestedHoward Hinnant1-5/+5
2010-05-27[except.nested]Howard Hinnant1-0/+78
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+155