[PATCH] D141871: [Clang][OpenMP] Add parse and sema for iterator map modifier
    Alexey Bataev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jan 16 13:34:18 PST 2023
    
    
  
ABataev added inline comments.
================
Comment at: clang/include/clang/AST/OpenMPClause.h:5780
+  /// Iterator modifier
+  Expr *IteratorModifierExpr = nullptr;
+
----------------
We're using tail allocation for such objects.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141871/new/
https://reviews.llvm.org/D141871
    
    
More information about the cfe-commits
mailing list