[PATCH] D54472: Disable invalid isPodLike<> specialization

Bruno Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 22 08:48:41 PST 2018


riccibruno added a comment.

In https://reviews.llvm.org/D54472#1306372, @serge-sans-paille wrote:

> Ensure that (almost) all types that used to be marked as ``isPodLike`` are trivially copyable by inserting the appropriate static_assert in the test suite.


What about the types which are marked as `isPodLike` in clang ? (eg: `SourceLocation`, `QualType`, ...)


https://reviews.llvm.org/D54472





More information about the llvm-commits mailing list