forked from OSchip/llvm-project
2f3da9b205
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: 91422 |
||
---|---|---|
clang | ||
compiler-rt | ||
llvm |