[ADT] Run clang-format over another file before I try to enhance it so
[oota-llvm.git] / include / llvm / Support / PointerLikeTypeTraits.h
2015-12-29 Chandler Carruth[ADT] Run clang-format over another file before I try...
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2010-11-29 Michael J. SpencerMerge System into Support.
2009-10-27 Chris Lattnerlang points out that the comment is out of date with...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-23 John McCallMake the type traits for a const pointer defer to those...
2009-05-01 Chris LattnerDrop the default assumption about alignment down to...
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...