summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dynamic-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-1/+2
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-4/+2
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-1/+5
* CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.Benjamin Kramer2013-02-031-0/+2
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-1/+2
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Tweak test so that it does not require <typeinfo>Douglas Gregor2010-05-141-5/+2
* Emit an lvalue dynamic_cast even if the result is not used. AnotherDouglas Gregor2010-05-141-1/+1
* When a failed dynamic_cast<T&> (which is an lvalue) results in aDouglas Gregor2010-05-141-3/+15
* Fix regression I introduced when dynamic_cast-ing to a reference type.Anders Carlsson2009-12-181-0/+8
OpenPOWER on IntegriCloud