================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to