summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/private_typeinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Remove redundant #include of <string.h>Louis Dionne2019-10-011-20/+14
* Remove outdated comment about clang not populating src2dst_offsetBenjamin Kramer2019-08-121-1/+0
* Update private_typeinfo's `is_equal` implementation after r361913Eric Fiselier2019-05-291-7/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC][unwind] Improve error message when a type has more than one RTTIsLouis Dionne2018-10-091-2/+3
* [libc++abi] is_strcmp parameter to is_equal is unused for WIN32Pirama Arumuga Nainar2018-09-211-0/+1
* private_typeinfo: limit is_dst_type_derived_from_static_type optimizationEric Fiselier2018-05-181-32/+33
* private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier2018-05-181-0/+4
* Remove excess whitespace from syslog message; NFCStephan Bergmann2017-11-131-2/+2
* private_typeinfo: add missing field initializersSaleem Abdulrasool2017-06-111-3/+3
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-14/+3
* Update implementation of ABI support for throwing noexcept function pointersRichard Smith2016-12-021-49/+8
* [p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith2016-11-021-1/+46
* annotate more function visibilitySaleem Abdulrasool2016-09-231-7/+5
* [libcxxabi] When catching an exception of type nullptr_t with a handler ofRichard Smith2016-07-191-5/+29
* Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier2016-01-191-17/+17
* Revert r258222 because it's missing files. Will re-commit complete patchEric Fiselier2016-01-191-17/+17
* Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier2016-01-191-17/+17
* Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber2016-01-151-17/+17
* Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier2015-12-231-17/+17
* Disallow conversions from function pointers to void*.Eric Fiselier2015-05-011-3/+7
* libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool2015-04-271-1/+1
* [libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier2015-04-061-5/+3
* [libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier2015-04-021-0/+95
* Fix build with GCC:Nick Lewycky2015-03-051-0/+12
* Enable -Wundef.Dan Albert2015-02-051-4/+4
* [libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.Eric Fiselier2014-11-241-7/+11
* Remove an unused typedef from __class_type_info::search_below_dstAlexander Potapenko2014-09-081-1/+0
* Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow2014-02-061-10/+14
* Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow2014-02-051-1/+2
* On Windows, typeids are different between DLLs and EXEs, so comparingYaron Keren2013-11-221-0/+16
* Comment correction. syslog() syntax is:Yaron Keren2013-11-221-1/+1
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-1/+1
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-2/+2
* Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....Howard Hinnant2012-11-151-25/+11
* Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant2012-09-281-38/+117
* Improve the diagnostic messages on dynamic_cast.Howard Hinnant2012-09-281-6/+6
* Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant2012-09-281-0/+29
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-091-4/+2
* Enable/silence -Wmissing-field-initializers.Howard Hinnant2012-03-081-0/+15
* Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant2012-02-231-0/+3
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-7/+5
* Changed a TODO to a 'maybe some time in the future'.Howard Hinnant2012-02-011-1/+2
* Removed DEBUG statements.Howard Hinnant2012-02-011-105/+0
* Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant2012-02-011-9/+0
* Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant2012-02-011-2/+1
* Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant2012-02-011-1/+4
* Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant2012-02-011-1/+4
* Removing a TODO: can_catch is fundamentally different than search_above_dst....Howard Hinnant2012-02-011-2/+0
* These commits are intended to be temporary in nature and are to facilitate th...Howard Hinnant2012-01-251-2/+4
OpenPOWER on IntegriCloud