summaryrefslogtreecommitdiff
path: root/src/typeinfo.h
Commit message (Collapse)AuthorAge
* fixed bug in type info: don't treat pointer-to-member as pointerAlexander2012-07-06
|
* Rearrange the virtual functions in type_info to match the gcc layout,David Chisnall2012-03-22
| | | | rather than the FreeBSD layout.
* Rework exception matching.David Chisnall2012-03-20
| | | | | | | | | | | | | | - Remove typeinfo since thing break if the compiler decides to use the system one and merge its contents into typeinfo.h - Make each type_info object have a vtable with the same layout as the public vtable in libstdc++'s <typeinfo>. This fixes code (e.g. libobjc2's Objective-C++ exception handling) which rely on being able to add new types. - Add some extra tests I suspect exceptions catching pointer-to-member types will not work correctly, but I've never seen anyone do this and don't have any tests for it.
* Add per-file copyright notices / licensesDavid Chisnall2012-03-10
| | | | (makes life easier for downstream people)
* Tidy up of the libcxxrt sources. Added missing comments, fixed some ↵anonymous2011-05-09
| | | | inconsistent indenting.
* fix for COMPILER-8903: throwing/catching pointers with casts, void*, etcanonymous2011-01-04
|
* Initial import.anonymous2010-06-27