summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dynamic-cast-always-null.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update to use references to attribute groups instead of listing the ↵Bill Wendling2013-02-221-1/+3
| | | | | | attributes on the call/invoke instructions. llvm-svn: 175878
* Do not crash when we dynamic cast a final type to void*.Alexis Hunt2012-06-191-0/+5
| | | | llvm-svn: 158763
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Cleanup tests, no functionality change.Anders Carlsson2011-04-171-1/+1
| | | | llvm-svn: 129672
* When we know that a dynamic_cast always returns null, we can makeAnders Carlsson2011-04-111-0/+19
CodeGenFunction::EmitDynamicCast always return null or throw a bad_cast exception. llvm-svn: 129264
OpenPOWER on IntegriCloud