summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dyncast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the CodeGenCXX/dyncast.cpp test; it isn't really super useful to match...Anders Carlsson2011-04-101-367/+0
* test/CodeGenCXX/dyncast.cpp: Remove XFAIL:win32 with tweaking llvm/utils/File...NAKAMURA Takumi2010-11-141-1/+0
* stop looking for #uses comments.Chris Lattner2010-09-021-50/+26
* When a failed dynamic_cast<T&> (which is an lvalue) results in aDouglas Gregor2010-05-141-2/+0
* XFAIL two tests on Win32 until some cares to investigate... the problem onDaniel Dunbar2010-02-021-0/+1
* When performing a derived-to-base cast that we know will not change the offse...Anders Carlsson2010-01-311-24/+4
* Revert r94073, it fails in Release-Asserts builds.Benjamin Kramer2010-01-211-66/+66
* Match branch labels with the trailing colon so we don't accidentally match so...Benjamin Kramer2010-01-211-66/+66
* Fix Release-Asserts for the time being.Mike Stump2010-01-151-352/+351
* Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit...Anders Carlsson2009-12-161-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fixup key function calculations.Mike Stump2009-11-201-6/+6
* Note why this doesn't yet work.Mike Stump2009-11-171-1/+2
* Trim spacing.Mike Stump2009-11-171-242/+242
* Testcase for dynamic_cast.Mike Stump2009-11-161-0/+413
OpenPOWER on IntegriCloud