================
@@ -112,6 +116,18 @@ class SemaOpenACC : public SemaBase {
       return const_cast<OpenACCParsedClause *>(this)->getIntExprs();
     }
 
+    // Non-const version that permits modifying of the VarList for the purposes
+    // of Sema enforcement.
+    SmallVector<Expr *> &getVarList() {
----------------
alexey-bataev wrote:

```suggestion
    ArrayRef<Expr *> getVarList() {
```

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

Reply via email to