summaryrefslogtreecommitdiff
path: root/src/private_typeinfo.h
AgeCommit message (Expand)Author
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-04-02[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier
2012-10-13Make the type_info for __shim_type_info visible. This should address some fa...Howard Hinnant
2012-09-28Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant
2012-07-29Andrew Morrow: Mainline clang seems to have recently become more strict about...Howard Hinnant
2012-02-23Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant
2012-02-02Work on restricting symbol visibility.Howard Hinnant
2012-02-01Removed DEBUG statements.Howard Hinnant
2012-02-01Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant
2012-01-25These commits are intended to be temporary in nature and are to facilitate th...Howard Hinnant
2012-01-24Add some needed symbols to cxa_new_delete.cpp and put the display() stuff und...Howard Hinnant
2012-01-23I'm beginning to be able to throw/catch a wide variety of objects.Howard Hinnant
2012-01-22Getting started on matching a thrown exception to a catch clause, and setting...Howard Hinnant
2012-01-22Add __shim_type_info which fits below std::type_info and above all of the oth...Howard Hinnant
2012-01-16Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant
2012-01-12Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant
2012-01-11Initial implementaiton of __dynamic_cast. There is still lots of debugging c...Howard Hinnant
2012-01-11This is a transitory commit for __dynamic_cast. It contains debugging statem...Howard Hinnant
2012-01-09Getting a start on the typeinfo infrastructure.Howard Hinnant