aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/Casting.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-24Support: Add *cast_or_null<> for pointer wrappersDuncan P. N. Exon Smith1-0/+96
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-4/+4
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer1-4/+8
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-07-18Fix a regression I introduced back in r178147.Rafael Espindola1-0/+25
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+0
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva1-0/+51
2012-08-21Don't pass a null pointer to cast<> in its unit tests.Richard Smith1-3/+5
2012-01-22unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.NAKAMURA Takumi1-3/+2
2010-07-22add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif1-8/+25
2010-07-22tidy upGabor Greif1-13/+9
2010-07-22add dyn_cast tests and beef up others a bitGabor Greif1-5/+34
2010-07-20tidy upGabor Greif1-5/+3
2010-07-20migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif1-7/+55
2010-07-20extend to cast<> and cast_or_null<> testsGabor Greif1-3/+31
2010-07-20isa<> testsGabor Greif1-1/+7
2010-07-20initial checkin for unittest to exercise Support/Casting.hGabor Greif1-0/+32