[clang] [OpenMP 6.0] Parse/Sema support for reduction over private variable with reduction clause. (PR #129938)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 13:42:29 PDT 2025


================
@@ -3854,6 +3890,7 @@ class OMPReductionClause final
   /// region with this clause.
   /// \param PostUpdate Expression that must be executed after exit from the
   /// OpenMP region with this clause.
+  /// \pram IsPrivateVarReduction array for private variable reduction flags
----------------
alexey-bataev wrote:

```suggestion
  /// \param IsPrivateVarReduction array for private variable reduction flags
```


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


More information about the cfe-commits mailing list