summaryrefslogtreecommitdiff
path: root/test/dynamic_cast_stress.cpp
AgeCommit message (Expand)Author
2012-01-31More test cases concentrating on catching class types.Howard Hinnant
2012-01-31Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant
2012-01-16One more small optimization: Where possible, for loops that do a search and ...Howard Hinnant
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant
2012-01-13Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...Howard Hinnant