summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/dynamic-cast.cpp
AgeCommit message (Expand)Author
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-03CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.Benjamin Kramer
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2010-05-14Tweak test so that it does not require <typeinfo>Douglas Gregor
2010-05-14Emit an lvalue dynamic_cast even if the result is not used. AnotherDouglas Gregor
2010-05-14When a failed dynamic_cast<T&> (which is an lvalue) results in aDouglas Gregor
2009-12-18Fix regression I introduced when dynamic_cast-ing to a reference type.Anders Carlsson