================
@@ -492,7 +492,7 @@ class OpenACCSelfClause final
/// Represents a clause that has one or more expressions associated with it.
class OpenACCClauseWithExprs : public OpenACCClauseWithParams {
- MutableArrayRef<Expr *> Exprs;
+ MutableArrayRef<Expr *> Storage;
----------------
erichkeane wrote:
THIS change actually doesn't make sense. This is actually supposed to be the
`Exprs` that this `WithExprs` refers to.
https://github.com/llvm/llvm-project/pull/139749
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits