[unittest] Use Support/thread.h instead of <thread> (second try)
[oota-llvm.git] / unittests / Support / Casting.cpp
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2014-11-24 Duncan P. N. Exon... Support: Add *cast_or_null<> for pointer wrappers
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-07-18 Rafael EspindolaFix a regression I introduced back in r178147.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-08-21 Richard SmithDon't pass a null pointer to cast<> in its unit tests.
2012-01-22 NAKAMURA Takumiunittests/Support/Casting.cpp: [PR8226] Workaround...
2010-07-22 Gabor Greifadd dyn_cast_or_null tests, exclude invalid dyn_cast...
2010-07-22 Gabor Greiftidy up
2010-07-22 Gabor Greifadd dyn_cast tests and beef up others a bit
2010-07-20 Gabor Greiftidy up
2010-07-20 Gabor Greifmigrate essentially everything from under #ifdef DEBUG_...
2010-07-20 Gabor Greifextend to cast<> and cast_or_null<> tests
2010-07-20 Gabor Greifisa<> tests
2010-07-20 Gabor Greifinitial checkin for unittest to exercise Support/Casting.h