[clang] [llvm] [Clang] [OpenMP] Add support for '#pragma omp stripe'. (PR #119891)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 17 04:41:17 PST 2025
================
@@ -14342,22 +14358,21 @@ StmtResult SemaOpenMP::ActOnOpenMPTileDirective(ArrayRef<OMPClause *> Clauses,
Stmt *LoopStmt = LoopStmts[I];
// Commonly used variables. One of the constraints of an AST is that every
- // node object must appear at most once, hence we define lamdas that create
- // a new AST node at every use.
+ // node object must appear at most once, hence we define a lamda that
----------------
alexey-bataev wrote:
```suggestion
// node object must appear at most once, hence we define a lambda that
```
https://github.com/llvm/llvm-project/pull/119891
More information about the cfe-commits
mailing list