OSDN Git Service

Revert "Fix isPodLike for MSVC and use it in TypeHashing."
authorZachary Turner <zturner@google.com>
Thu, 14 Dec 2017 19:59:10 +0000 (19:59 +0000)
committerZachary Turner <zturner@google.com>
Thu, 14 Dec 2017 19:59:10 +0000 (19:59 +0000)
commit00bb3b5609d49633f5c456b414e80bc72da728aa
tree6a5ae0e36e221e9b046a9cc4bad38c03ec683c4e
parent1fb1af18d27d5cab6db7a1ab5c9b7ba4f7668cd5
Revert "Fix isPodLike for MSVC and use it in TypeHashing."

This reverts commit ac5edc198eb612f82293850c3488042708b1c5fa.

Apparently this doesn't cover all the bases, so some compilers
and standard libraries still think this is not trivially copyable
even though it is.  Reverting this back to an MSVC-only check for
now so that at least we have some coverage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320739 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/TypeHashing.h
include/llvm/Support/type_traits.h