[clang] [NFC][Clang] Add `setExprs` overload to reduce some code duplication (PR #139749)

Rahul Joshi via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 12:47:53 PDT 2025


================
@@ -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;
----------------
jurahul wrote:

Reverted the rename.

https://github.com/llvm/llvm-project/pull/139749


More information about the cfe-commits mailing list