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

Javier Alvarez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 16 13:46:16 PDT 2022


Javier-varez added a comment.

I had the same failures with and without this change. It looks like these tests are already broken upstream.

Without this patch:

  Unsupported:  15
  Passed     :  50
  Failed     : 232

With this patch:

  Unsupported:  15
  Passed     :  50
  Failed     : 232


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