index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
rtti.cpp
Age
Commit message (
Expand
)
Author
2009-11-18
Be sure to set visibility for ZTI symbols for classes from the class.
Mike Stump
2009-11-18
Make _ZTI symbols hidden. This speeds up the dynamic linker.
Mike Stump
2009-11-18
Fix one last gotcha with typeid.
Mike Stump
2009-11-17
Add rtti support for arrays, functiond without prototypes, vectors and
Mike Stump
2009-11-17
Add rtti info for function prototypes and refactor. This allows
Mike Stump
2009-11-17
Add rtti support for pointer to data members.
Mike Stump
2009-11-17
Add rtti support for non-member pointers. WIP.
Mike Stump
2009-11-17
Add typeinfo support for T* and const T* for all builtin types T.
Mike Stump
2009-11-17
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-17
Ensure we peer through () when handling typeid(*p).
Mike Stump
2009-11-16
Make bots happy.
Mike Stump
2009-11-15
Fix linux buildbots.
Mike Stump
2009-11-15
Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.
Mike Stump
2009-11-15
Implement typeid for class types.
Mike Stump
2009-11-15
Finish off support for typeinfo generation for classes.
Mike Stump