1. b46962f Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  2. 4030118 Support: Add *cast_or_null<> for pointer wrappers by Duncan P. N. Exon Smith · 11 years ago
  3. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  4. f04ddd0 [C++11] Replace LLVM-style type traits with C++11 standard ones. by Benjamin Kramer · 12 years ago
  5. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  6. 9ed1761 Fix a regression I introduced back in r178147. by Rafael Espindola · 12 years ago
  7. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  8. 35dd877 Casting.h: Automatically handle isa<Base>(Derived). by Sean Silva · 13 years ago
  9. c4379c3 Don't pass a null pointer to cast<> in its unit tests. by Richard Smith · 13 years ago
  10. 3119440 unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug. by NAKAMURA Takumi · 14 years ago
  11. fd23a97 add dyn_cast_or_null tests, exclude invalid dyn_cast test by Gabor Greif · 15 years ago
  12. 7859581 tidy up by Gabor Greif · 15 years ago
  13. b9e6977 add dyn_cast tests and beef up others a bit by Gabor Greif · 15 years ago
  14. dd8ba3c tidy up by Gabor Greif · 15 years ago
  15. c4dc393 migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file by Gabor Greif · 15 years ago
  16. 1804d30 extend to cast<> and cast_or_null<> tests by Gabor Greif · 15 years ago
  17. 3eae1b3 isa<> tests by Gabor Greif · 15 years ago
  18. 704524a initial checkin for unittest to exercise Support/Casting.h by Gabor Greif · 15 years ago