[Openmp-commits] [PATCH] D76211: OpenMP Metadirective with user defined condition
Alok Mishra via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Mar 17 19:59:59 PDT 2020
alokmishra.besu added inline comments.
================
Comment at: clang/include/clang/AST/StmtOpenMP.h:350
+ friend class ASTStmtReader;
+ Stmt* IfStmt;
+
----------------
ABataev wrote:
> This must be a part of the tail-allocated data members, otherwise you won't be able to correctly handle list of children nodes
This is not the associated statement. It is a newly generated statement which will only be used in CodeGen. I don't think we need to handle a list of children node for this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76211/new/
https://reviews.llvm.org/D76211
More information about the Openmp-commits
mailing list