Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Casting.h: Automatically handle isa<Base>(Derived). | Sean Silva | 2012-10-11 | 1 | -0/+51 |
* | Don't pass a null pointer to cast<> in its unit tests. | Richard Smith | 2012-08-21 | 1 | -3/+5 |
* | unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug. | NAKAMURA Takumi | 2012-01-22 | 1 | -3/+2 |
* | add dyn_cast_or_null tests, exclude invalid dyn_cast test | Gabor Greif | 2010-07-22 | 1 | -8/+25 |
* | tidy up | Gabor Greif | 2010-07-22 | 1 | -13/+9 |
* | add dyn_cast tests and beef up others a bit | Gabor Greif | 2010-07-22 | 1 | -5/+34 |
* | tidy up | Gabor Greif | 2010-07-20 | 1 | -5/+3 |
* | migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th... | Gabor Greif | 2010-07-20 | 1 | -7/+55 |
* | extend to cast<> and cast_or_null<> tests | Gabor Greif | 2010-07-20 | 1 | -3/+31 |
* | isa<> tests | Gabor Greif | 2010-07-20 | 1 | -1/+7 |
* | initial checkin for unittest to exercise Support/Casting.h | Gabor Greif | 2010-07-20 | 1 | -0/+32 |