mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 02:36:08 +00:00

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