summaryrefslogtreecommitdiffstats
path: root/libcxx/src/exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove redundant conditionals for Apple platformsLouis Dionne2019-04-231-2/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao2017-09-191-0/+1
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-081-1/+1
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-312/+15
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-14/+312
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-101-312/+14
* Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool2017-02-061-6/+6
* [libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win...Eric Fiselier2017-01-071-6/+28
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-031-2/+4
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-021-4/+2
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-021-2/+4
* Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.Eric Fiselier2016-09-281-2/+2
* Remove a long-standing __has_include hack.Benjamin Kramer2015-10-161-7/+3
* Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...Marshall Clow2015-06-021-1/+1
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow2015-06-021-5/+11
* Fix building and testing libc++ with GCC.Eric Fiselier2015-05-201-1/+1
* Print log/error messages on stderr, not stdoutEd Schouten2015-03-101-8/+8
* Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.Eric Fiselier2014-11-011-1/+1
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-191-3/+3
* Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...Marshall Clow2013-11-111-1/+1
* Silence the unused function warning in exception.cpp.Peter Collingbourne2013-10-061-17/+16
* Implement std::exception_ptr under libsupc++.Peter Collingbourne2013-10-061-12/+51
* Eliminate more symbols multiply defined between libsupc++ and libc++.Peter Collingbourne2013-10-061-0/+4
* G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant2013-10-041-22/+52
* Add some friendly messages to libcxx calls to abort().Howard Hinnant2013-07-231-0/+9
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-291-1/+3
* 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
OpenPOWER on IntegriCloud