summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception.hpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Fix indentation of fields in __cxa_exception to line upMark Seaborn2013-11-301-9/+9
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-0/+5
* Pedantic fix: missing newline at EOFDave Zarzycki2012-02-221-1/+1
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-0/+6
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-1/+1
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-4/+5
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-4/+4
* Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant2012-01-241-0/+3
* Correct comment regarding members of __cxa_dependent_exception. Actually it ...Howard Hinnant2012-01-081-2/+0
* Modified __cxa_end_catch to handle dependent exceptions.Howard Hinnant2011-12-081-0/+2
* Add/update copyright noticesHoward Hinnant2011-12-061-0/+13
* Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow2011-07-201-0/+95
OpenPOWER on IntegriCloud