[PATCH] D23189: [OpenMP] Sema and parsing for 'teams distribute' pragma
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 5 04:26:06 PDT 2016
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG with a nit
================
Comment at: include/clang/Sema/Sema.h:8254
@@ -8253,1 +8253,3 @@
llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA);
+ /// \brief Called on well-formed '\#pragma omp teams distribute' after parsing
+ /// of the associated statement.
----------------
No \brief
https://reviews.llvm.org/D23189
More information about the cfe-commits
mailing list