================
@@ -4759,6 +4759,55 @@ ParenListExpr *ParenListExpr::CreateEmpty(const 
ASTContext &Ctx,
   return new (Mem) ParenListExpr(EmptyShell(), NumExprs);
 }
 
+namespace {
----------------
bwendling wrote:

You don't need both an anonymous namespace and marking the function 'static'. I 
think the standard is to prefer static functions in this case.

https://github.com/llvm/llvm-project/pull/100272
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to