[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


================
@@ -766,6 +766,8 @@ class QualType {
 
   bool UseExcessPrecision(const ASTContext &Ctx);
 
+  static bool isTriviallyCopyableTypeImpl(const QualType &type, const ASTContext &Context,bool copy_constructible);
----------------
cor3ntin wrote:

You can remove that (it will be a non member function with internal linkage in the source file)

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


More information about the cfe-commits mailing list