summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/dynamic-cast-always-null.cpp
AgeCommit message (Expand)Author
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2012-06-19Do not crash when we dynamic cast a final type to void*.Sean Hunt
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-04-17Cleanup tests, no functionality change.Anders Carlsson
2011-04-11When we know that a dynamic_cast always returns null, we can makeAnders Carlsson