[OPNEMP]Allow grainsize clause in combined task-based directives.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 14 Oct 2019 19:29:52 +0000 (19:29 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 14 Oct 2019 19:29:52 +0000 (19:29 +0000)
commitb9c55e2760b1be461f05a10ca92696b3381036d2
tree69ed3ffba50a545d357824a3164aaf22fb744ccb
parent6362a2168bb79e0d9a53d775c9814c58099d98aa
[OPNEMP]Allow grainsize clause in combined task-based directives.

The expression of the grainsize clause must be captured in the combined
task-based directives, like 'parallel master taskloop' directive.

llvm-svn: 374810
clang/include/clang/AST/OpenMPClause.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/lib/AST/OpenMPClause.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/test/OpenMP/parallel_master_taskloop_codegen.cpp