aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support/Casting.cpp
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva
2012-08-21Don't pass a null pointer to cast<> in its unit tests.Richard Smith
2012-01-22unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.NAKAMURA Takumi
2010-07-22add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif
2010-07-22tidy upGabor Greif
2010-07-22add dyn_cast tests and beef up others a bitGabor Greif
2010-07-20tidy upGabor Greif
2010-07-20migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif
2010-07-20extend to cast<> and cast_or_null<> testsGabor Greif
2010-07-20isa<> testsGabor Greif
2010-07-20initial checkin for unittest to exercise Support/Casting.hGabor Greif