Remove isPod() from DenseMapInfo, splitting it out to its own
isPodLike type trait.  This is a generally useful type trait for
more than just DenseMap, and we really care about whether something
acts like a pod, not whether it really is a pod.

llvm-svn: 91421
21 files changed
tree: 4d52506fa579b13ad859c3fb2322b536cbafc4f2
  1. clang/
  2. compiler-rt/
  3. llvm/