================
@@ -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) {
----------------
erichkeane wrote:
```suggestion
void setExprs(MutableArrayRef<Expr *> Storage, ArrayRef<Expr *> Exprs) {
```
Or something more like that?
https://github.com/llvm/llvm-project/pull/139749
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits