[PATCH] D127593: [clang] Fix trivially copyable for copy constructor and copy assignment operator

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 09:49:19 PDT 2022


royjacobson added subscribers: thakis, rsmith.
royjacobson added a comment.

In D127593#3598234 <https://reviews.llvm.org/D127593#3598234>, @sberg wrote:

> In general, there's still a handful of `__has_trivial_*` calls across Abseil's recent master branch `absl/meta/type_traits.h`.

Breaking abseil seems pretty bad indeed :/ @rsmith do you think we should revert this?
Pinging @thakis as well for chrome.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127593



More information about the cfe-commits mailing list