[clang] Changed Checks from TriviallyCopyable to TriviallyCopyConstructible (PR #76680)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 4 06:53:09 PST 2024


================
@@ -911,12 +913,16 @@ class QualType {
   /// CXXRecordDecl::isCXX11StandardLayout, this takes DRs into account.
   bool isCXX11PODType(const ASTContext &Context) const;
 
+
----------------
cor3ntin wrote:

Can you revert that?

https://github.com/llvm/llvm-project/pull/76680


More information about the cfe-commits mailing list