summaryrefslogtreecommitdiffstats
path: root/libcxx/src/exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-2/+2
* Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...Howard Hinnant2013-01-221-1/+1
* [CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer2012-11-301-3/+3
* libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith2012-07-261-4/+4
* Teach libc++ to check for libc++abi and use its features if they're available.Richard Smith2012-07-111-8/+11
* Undo some overzealous #ifdefs for LIBCXXRT.David Chisnall2012-03-141-5/+9
* I'm reverting one of the changes made to exception.cpp in r151717. I'm unsur...Howard Hinnant2012-02-291-0/+4
* Some libcxxrt-compatibility cleanups (avoid defining things twice).David Chisnall2012-02-291-27/+25
* Make attributes on definition consistent with those on declaration.Howard Hinnant2012-02-031-0/+1
* Prepare for running on top of new libc++abi.Howard Hinnant2012-02-021-9/+17
* Correct change to exception.cpp from r140245Howard Hinnant2011-09-211-1/+1
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-211-14/+23
* Configure to get along with 2.9 clangHoward Hinnant2011-07-291-0/+1
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-261-15/+15
* Added [[noreturn]] attribute everywhere it should beHoward Hinnant2011-05-261-2/+4
* Add a couple more std-qualifers.Howard Hinnant2010-12-061-2/+2
* Fix up uses of new/terminate/unexpected handlers to use the new getters.Howard Hinnant2010-12-041-2/+2
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-6/+14
* license changeHoward Hinnant2010-11-161-2/+2
* Remove tabsHoward Hinnant2010-08-221-21/+21
* Fixing whitespace problemsHoward Hinnant2010-08-221-35/+25
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-2/+8
* [except.nested]Howard Hinnant2010-05-271-0/+17
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-3/+5
* add headers and implementation for <new>, <exception>, and <typeinfo>Nick Kledzik2010-05-141-0/+171
OpenPOWER on IntegriCloud