================
@@ -506,6 +506,14 @@ class OpenACCClauseWithExprs : public 
OpenACCClauseWithParams {
     Exprs = NewExprs;
   }
 
+  /// Used only for initialization, the leaf class can initialize this to
+  /// trailing storage, and initialize the data in the trailing storage as 
well.
+  void setExprs(MutableArrayRef<Expr *> NewExprs, ArrayRef<Expr *> Values) {
----------------
jurahul wrote:

Done.

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

Reply via email to