History log of /external/libcxxabi/test/dynamic_cast3.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
41458a0681f60e9b6778dbb799cbb5647db628eb 30-Jul-2013 Howard Hinnant <hhinnant@apple.com> tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@187429 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/dynamic_cast3.cpp
cc614df38c199d9781a6dea123e714970e82711f 16-Jan-2012 Howard Hinnant <hhinnant@apple.com> Comment smithing. Changed some casts from C-style to C++. And added timings to all of the tests.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148241 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/dynamic_cast3.cpp
9a1aad5a7ffe86b7d30157e72cd5a51d2a4f1649 12-Jan-2012 Howard Hinnant <hhinnant@apple.com> Put debug print statments under a flag so that I can get a first glimpse at performance. So far I haven't noticed any performance difference between this new __dynamic_cast and gcc's implementation. But I've barely started looking. Also adding a couple of tests which come straight out of the standard.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148046 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/dynamic_cast3.cpp
185dc7d61ff4e58909f043f3a0c0d7d1d87ba7da 12-Jan-2012 Howard Hinnant <hhinnant@apple.com> Fixed a couple of bugs, updated many comments, and am including a comprehensive test for when there are only 3 types in place. I need to do something similar for 4 and maybe more types, but I'm not sure how comprehensive I can make the test at 4 and above types.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148038 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/dynamic_cast3.cpp