[PATCH] D131730: __has_trivial_copy should map to __is_trivially_copyable

Zachary Henkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 06:29:18 PDT 2022


zahen added a comment.

In D131730#3718921 <https://reviews.llvm.org/D131730#3718921>, @erichkeane wrote:

> Did @royjacobson 's patch make it to the 15.0 branch?  If so, Roy: After this is committed, can you file to get this merged into the 15.x branch?  This seems trivial enough (HAH!) of a fix that it is zero risk, and also keeps it from being all that embarrassing here.

Yes this is definitely in 15.  During RC testing the diagnostic fired.  The test build where I followed the suggestion and replaced __has_trivial_copy with __is_trivially_constructible didn't go very well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131730/new/

https://reviews.llvm.org/D131730



More information about the cfe-commits mailing list