[clang] [Clang][Sema][OpenMP] Allow `num_teams` to accept multiple expressions (PR #99732)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 04:21:48 PDT 2024
================
@@ -13004,13 +13004,34 @@ StmtResult SemaOpenMP::ActOnOpenMPTargetUpdateDirective(
Clauses, AStmt);
}
+// This checks whether num_teams clause only has one expression.
----------------
alexey-bataev wrote:
Use `///` style of comment here
https://github.com/llvm/llvm-project/pull/99732
More information about the cfe-commits
mailing list