summaryrefslogtreecommitdiff
path: root/unittests/Support/Casting.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-18
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Casting.h: Automatically handle isa<Base>(Derived).Sean Silva2012-10-11
* Don't pass a null pointer to cast<> in its unit tests.Richard Smith2012-08-21
* unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.NAKAMURA Takumi2012-01-22
* add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif2010-07-22
* tidy upGabor Greif2010-07-22
* add dyn_cast tests and beef up others a bitGabor Greif2010-07-22
* tidy upGabor Greif2010-07-20
* migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif2010-07-20
* extend to cast<> and cast_or_null<> testsGabor Greif2010-07-20
* isa<> testsGabor Greif2010-07-20
* initial checkin for unittest to exercise Support/Casting.hGabor Greif2010-07-20