Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. | Benjamin Kramer | 2013-02-03 | 1 | -0/+2 |
* | Throw the switch to convert clang to the new exception handling model! | Bill Wendling | 2011-09-19 | 1 | -1/+2 |
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
* | Tweak test so that it does not require <typeinfo> | Douglas Gregor | 2010-05-14 | 1 | -5/+2 |
* | Emit an lvalue dynamic_cast even if the result is not used. Another | Douglas Gregor | 2010-05-14 | 1 | -1/+1 |
* | When a failed dynamic_cast<T&> (which is an lvalue) results in a | Douglas Gregor | 2010-05-14 | 1 | -3/+15 |
* | Fix regression I introduced when dynamic_cast-ing to a reference type. | Anders Carlsson | 2009-12-18 | 1 | -0/+8 |