summaryrefslogtreecommitdiff
path: root/src/private_typeinfo.cpp
AgeCommit message (Expand)Author
2014-02-06Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow
2014-02-05Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow
2013-11-22On Windows, typeids are different between DLLs and EXEs, so comparingYaron Keren
2013-11-22Comment correction. syslog() syntax is:Yaron Keren
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-11-15Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....Howard Hinnant
2012-09-28Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant
2012-09-28Improve the diagnostic messages on dynamic_cast.Howard Hinnant
2012-09-28Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-08Enable/silence -Wmissing-field-initializers.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-01Changed a TODO to a 'maybe some time in the future'.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-02-01Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant
2012-02-01Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant
2012-02-01Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant
2012-02-01Removing a TODO: can_catch is fundamentally different than search_above_dst....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-24Add new file for public type_info-related signaturesHoward 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-16One more small optimization: Where possible, for loops that do a search and ...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-14Two bug fixes, several clarifications, and a few comment updates.Howard Hinnant
2012-01-13A bug fix involving the updating of path_dst_ptr_to_static_ptr. Some minor c...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-12Fixed a couple of bugs, updated many comments, and am including a comprehensi...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