summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/dynamic-cast-always-null.cpp
AgeCommit message (Expand)Author
2023-07-21Optimize emission of `dynamic_cast` to final classes.Richard Smith
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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*.Alexis 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