summaryrefslogtreecommitdiff
path: root/include/llvm/Support/type_traits.h
Commit message (Expand)AuthorAge
* improve isPodLike to know that all non-class types are pod.Chris Lattner2009-12-15
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-22
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-22
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-22
* Add is_same type traitDouglas Gregor2009-10-13
* This void is implicit in C++.Dan Gohman2009-08-12
* Add some type traits that are used for Clang's statically-checkedDouglas Gregor2009-08-04
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Check in a new type_traits header which provides the mysterious is_classChris Lattner2004-02-24