summaryrefslogtreecommitdiff
path: root/src/private_typeinfo.cpp
AgeCommit message (Expand)Author
2017-11-13Remove excess whitespace from syslog message; NFCStephan Bergmann
2017-06-11private_typeinfo: add missing field initializersSaleem Abdulrasool
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
2016-09-23annotate more function visibilitySaleem Abdulrasool
2016-07-19[libcxxabi] When catching an exception of type nullptr_t with a handler ofRichard Smith
2016-01-19Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-19Revert r258222 because it's missing files. Will re-commit complete patchEric Fiselier
2016-01-19Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-15Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber
2015-12-23Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier
2015-05-01Disallow conversions from function pointers to void*.Eric Fiselier
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-04-06[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier
2015-04-02[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier
2015-03-05Fix build with GCC:Nick Lewycky
2015-02-05Enable -Wundef.Dan Albert
2014-11-24[libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.Eric Fiselier
2014-09-08Remove an unused typedef from __class_type_info::search_below_dstAlexander Potapenko
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