aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/Casting.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+96
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+9
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-181-0/+25
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+0
* Casting.h: Automatically handle isa<Base>(Derived).Sean Silva2012-10-111-0/+51
* Don't pass a null pointer to cast<> in its unit tests.Richard Smith2012-08-211-3/+5
* unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.NAKAMURA Takumi2012-01-221-3/+2
* add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif2010-07-221-8/+25
* tidy upGabor Greif2010-07-221-13/+9
* add dyn_cast tests and beef up others a bitGabor Greif2010-07-221-5/+34
* tidy upGabor Greif2010-07-201-5/+3
* migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif2010-07-201-7/+55
* extend to cast<> and cast_or_null<> testsGabor Greif2010-07-201-3/+31
* isa<> testsGabor Greif2010-07-201-1/+7
* initial checkin for unittest to exercise Support/Casting.hGabor Greif2010-07-201-0/+32