Support: use std::is_trivially_copyable on MSVC
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 30 Nov 2018 22:13:42 +0000 (22:13 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 30 Nov 2018 22:13:42 +0000 (22:13 +0000)
commit5842df93dd3fd70ab1ca5ba9ed6b4010c233f330
tree5410fc14f0f91d42a45718e5877676e93e21ddce
parent0b32e44eff39fe69443fa0c49507d1c218a4bffa
Support: use std::is_trivially_copyable on MSVC

MSVC 2015 and newer have std::is_trivially_copyable available for use.
We should prefer that over the std::is_class to get this check be
correct.

llvm-svn: 348042
llvm/include/llvm/Support/type_traits.h