summaryrefslogtreecommitdiff
path: root/src/typeinfo.cpp
AgeCommit message (Expand)Author
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2015-10-16Remove a long-standing __has_include hack.Benjamin Kramer
2013-10-03Re-add bad_cast and bad_typeid default ctor definitions under libsupc++.Peter Collingbourne
2013-09-25Make the guard for external ABI libraries include the guard forChandler Carruth
2013-03-28Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow
2012-07-26Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...Howard Hinnant
2012-02-29Some libcxxrt-compatibility cleanups (avoid defining things twice).David Chisnall
2012-02-02Prepare for running on top of new libc++abi.Howard Hinnant
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-10-02Bug 8254 by Bernhard RosenkraenzerHoward Hinnant
2010-09-10<rdar://problem/8279559> [libstdcxx] use new linker options to make symbols n...Nick Kledzik
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-14add headers and implementation for <new>, <exception>, and <typeinfo>Nick Kledzik