Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to use references to attribute groups instead of listing the ↵ | Bill Wendling | 2013-02-22 | 1 | -1/+3 |
| | | | | | | attributes on the call/invoke instructions. llvm-svn: 175878 | ||||
* | Do not crash when we dynamic cast a final type to void*. | Alexis Hunt | 2012-06-19 | 1 | -0/+5 |
| | | | | llvm-svn: 158763 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Cleanup tests, no functionality change. | Anders Carlsson | 2011-04-17 | 1 | -1/+1 |
| | | | | llvm-svn: 129672 | ||||
* | When we know that a dynamic_cast always returns null, we can make | Anders Carlsson | 2011-04-11 | 1 | -0/+19 |
CodeGenFunction::EmitDynamicCast always return null or throw a bad_cast exception. llvm-svn: 129264 |