* 18.6 Language support library, Type identification: <typeinfo>
commitd2249f77e78ceab97afbd44e6c0e366887d73611
authorJörg Pfähler <bluecoder@gmx.de>
Sun, 31 May 2009 17:56:24 +0000 (31 19:56 +0200)
committerJörg Pfähler <bluecoder@gmx.de>
Sun, 7 Jun 2009 14:26:12 +0000 (7 16:26 +0200)
treef937d414e5df4c40e316cdbd39c33350433d66e4
parent71628bc52b2ccb108d55241c3270c296081bba93
* 18.6 Language support library, Type identification: <typeinfo>
+ C++ ABI: RTTI (without dynamic_cast)
+ C++ ABI: stubs for part of the exception handling
+ testcases: 18.6 Language support library, Type identification: <typeinfo>
+ testcases: C++ ABI: RTTI (without dynamic_cast)
13 files changed:
STATUS
include/cxxabi.h [new file with mode: 0644]
include/lightlibc++/doxygen.hpp
include/lightlibc++/exception.hpp
include/lightlibc++/new.hpp
include/lightlibc++/typeinfo.hpp [new file with mode: 0644]
include/typeinfo [new file with mode: 0644]
source/cxxabi/exceptions.cpp [new file with mode: 0644]
source/cxxabi/typeinfo.cpp [new file with mode: 0644]
source/typeinfo.cpp [new file with mode: 0644]
testcase/cxxabi/typeinfo.cpp [new file with mode: 0644]
testcase/typeinfo/bad_cast.cpp [new file with mode: 0644]
testcase/typeinfo/bad_typeid.cpp [new file with mode: 0644]